feat: add links
This commit is contained in:
parent
d4e8bde4cd
commit
2a4321bfa6
6 changed files with 28 additions and 3 deletions
5
machines/moritz-server/website/root/templates/robots.txt
Normal file
5
machines/moritz-server/website/root/templates/robots.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
User-agent: *
|
||||
Allow: /$
|
||||
Allow: /{{ get_url(path="sitemap.xml") }}
|
||||
Disallow: /
|
||||
Sitemap: {{ get_url(path="sitemap.xml") }}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<meta name="fediverse:creator" content="@moritz@functional.cafe">
|
||||
|
|
@ -0,0 +1 @@
|
|||
<a rel="me" href="https://functional.cafe/@moritz">{{ text | safe }}</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue