diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 977c203..c2ef2cf 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,30 +9,15 @@ <article class="post h-entry"> <header class="post-header"> - {{ if in .Params.categories "comics" }} - <center> - {{ end}} <h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}">{{ trim .Title " " }}</h1> - {{ if in .Params.categories "comics" }} - </center> - {{ end}} </header> <div class="content e-content"> - <!-- Comics--> - {{ if in .Params.categories "comics" }} - <center> - {{ partial "comicNav.html" . }} - {{ .Content }} - {{ partial "comicNav.html" . }} - <center> - {{ else }} <!-- normal content --> {{ .Content }} - <!-- book reviews --> - {{ if in .Params.categories "book review" }} - <hr> - {{ i18n "BookShare" }} - {{ end }} + <!-- book reviews --> + {{ if in .Params.categories "book review" }} + <hr> + {{ i18n "BookShare" }} {{ end }} </div> {{ partial "postInfo.html" . }} |