mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fixed broken link to archives.html in index.html
This commit is contained in:
parent
27ba560017
commit
3ebdd38d25
@ -13,7 +13,7 @@ blog_index: true
|
||||
{% if paginator.next_page %}
|
||||
<a href="/page{{paginator.next_page}}/">← Older</a>
|
||||
{% endif %}
|
||||
<a href="/archive.html">Blog Archive</a>
|
||||
<a href="/blog/archives.html">Blog Archive</a>
|
||||
{% if paginator.previous_page %}
|
||||
<a href="/page{{paginator.previous_page}}/">Newer →</a>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user