diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2c87ed3..977c203 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,13 @@ <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--> |