Fixed /post to /blog

This commit is contained in:
2016-11-19 01:03:07 -05:00
parent 96de016bc5
commit 0280376150
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
</div>
</br>
<h4>
<a href="{{ .Site.BaseURL }}/post/">Archive</a>
<a href="{{ .Site.BaseURL }}/blog/">Archive</a>
</h4>
</section>
</div>

View File

@ -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