Fixed /post to /blog
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</br>
|
||||
<h4>
|
||||
<a href="{{ .Site.BaseURL }}/post/">Archive</a>
|
||||
<a href="{{ .Site.BaseURL }}/blog/">Archive</a>
|
||||
</h4>
|
||||
</section>
|
||||
</div>
|
||||
|
@ -5,7 +5,7 @@
|
||||
</span>
|
||||
<header class="
|
||||
{{ if .IsNode }}
|
||||
{{ if or (eq .URL "/post/") (in .URL "/tags/") (in .URL "/categories/") }}
|
||||
{{ if or (eq .URL "/blog/") (in .URL "/tags/") (in .URL "/categories/") }}
|
||||
panel-cover panel-cover--collapsed
|
||||
{{ else }}
|
||||
panel-cover
|
||||
|
Reference in New Issue
Block a user