aboutsummaryrefslogtreecommitdiff
path: root/crumbs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-02-05 22:18:48 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-02-05 22:18:48 +0100
commit6d208092bfe878cd3955590af264a3a08f98eb75 (patch)
treeea6270557c3b27d587abe7ff717fb68c92e8d88f /crumbs
parent534510435296140ba1ebf8ef446ed453ed157be5 (diff)
Adding legal address and mastodon verify links
Diffstat (limited to 'crumbs')
-rw-r--r--crumbs/templates/components/html_head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
index f08683b..5e18eb3 100644
--- a/crumbs/templates/components/html_head.html
+++ b/crumbs/templates/components/html_head.html
@@ -6,6 +6,7 @@
{% if type == 'home' %}
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet"> {# This contains various overrides #}
+ <a rel="me" href="https://octodon.social/@spacekookie"></a>
{% else %}
<link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">