fix All Posts link on index.html

This commit is contained in:
error 2022-08-28 19:00:18 +02:00
parent 7a36426cc7
commit fa1d18737f

View File

@ -26,7 +26,7 @@
{% for article in articles %}
{% if loop.first %}
<li>
<a href="{{ SITEURL }}/}">
<a href="{{ SITEURL }}/">
All Posts
</a>
</li>