summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-05-05 10:32:05 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-05-05 10:32:05 +0800
commitd4c6c980a6aea44e51dabed56c43ebeeafe79566 (patch)
tree64386b3ed20983c0864afab0543d625e115192dc
parentdfa5e8d7d8b64a22929698e5e3b743db4b8451e2 (diff)
Add opendesktop and mastodon verification
-rw-r--r--alabaster-lite/main.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html
index e7cbaa3..070adb7 100644
--- a/alabaster-lite/main.html
+++ b/alabaster-lite/main.html
@@ -16,6 +16,10 @@
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
{% block extrahead %}{% endblock %}
+
+ {% if page.is_homepage %}
+ <meta name="ocs-site-verification" content="d0aea87c6668017b27a1bab9f1f4ff5c" />
+ {% endif %}
{% endblock %}
</head>
<body>
@@ -55,6 +59,10 @@
</div>
{% endblock %}
+ {% if page.is_homepage %}
+ <a hidden rel="me" href="https://mastodon.technology/@fakefred">Mastodon</a>
+ {% endif %}
+
<!--
MkDocs version : {{ mkdocs_version }}
Docs Build Date UTC : {{ build_date_utc }}