Revert "Fixed /post to /blog"

This reverts commit 0280376150.
This commit is contained in:
2016-11-19 01:13:27 -05:00
parent 0280376150
commit 66de2fc35a
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
</span>
<header class="
{{ if .IsNode }}
{{ if or (eq .URL "/blog/") (in .URL "/tags/") (in .URL "/categories/") }}
{{ if or (eq .URL "/post/") (in .URL "/tags/") (in .URL "/categories/") }}
panel-cover panel-cover--collapsed
{{ else }}
panel-cover