summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authoruvok cheetah2020-05-29 20:45:24 +0200
committeruvok cheetah2020-05-29 20:45:24 +0200
commit5a2cf88c5123f2ef5a2bae884c21e4c1f5688cd0 (patch)
tree7d0589c3092b2712f7e59feb63c28698b563eb36 /_includes
parent457e3bf9750db5da89617d14c508651f0cefb667 (diff)
Add Wiki link
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 7a339d5..c13cdf9 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -26,6 +26,7 @@
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{% endif %}
{% endfor %}
+ <a class="page-link" href="https://uvokchee.de/wiki/">Wiki</a>
<a class="rss-subscribe" href="{{ "/feed.xml" | relative_url }}">RSS feed</a>
</div>
</nav>