Fix the about link in the footer

This commit is contained in:
2021-05-03 23:42:05 +02:00
parent 858bbee41c
commit 8d9a54b210

View File

@@ -1,5 +1,5 @@
<footer class="footer"> <footer class="footer">
<a class="footer_item" href="https://github.com/Siphalor">about</a> <a class="footer_item" href="{% link about.md %}">about</a>
<a class="footer_item" href="/feed.xml">rss</a> <a class="footer_item" href="/feed.xml">rss</a>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span> <span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span>
<small class="footer_copyright"> <small class="footer_copyright">