damnit four
This commit is contained in:
15
themes/kiera/layouts/partials/article.html
Normal file
15
themes/kiera/layouts/partials/article.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<article>
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
{{ if or (not (isset .Params "meta")) (eq .Params.meta true) }}
|
||||
{{ partial "aside" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if not (.Params.replace_site_logo) }}
|
||||
{{ partial "featured_image" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</article>
|
Reference in New Issue
Block a user