fix All Posts link on index.html
This commit is contained in:
parent
7a36426cc7
commit
fa1d18737f
@ -26,7 +26,7 @@
|
||||
{% for article in articles %}
|
||||
{% if loop.first %}
|
||||
<li>
|
||||
<a href="{{ SITEURL }}/}">
|
||||
<a href="{{ SITEURL }}/">
|
||||
All Posts
|
||||
</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user