diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/docs/post-meta.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/docs/post-meta.html b/layouts/partials/docs/post-meta.html index 527431a..01adf8b 100644 --- a/layouts/partials/docs/post-meta.html +++ b/layouts/partials/docs/post-meta.html @@ -1,4 +1,4 @@ -{{ with .Date}} +{{ with .Date }} <h5>{{ partial "docs/date" (dict "Date" . "Format" $.Site.Params.BookDateFormat) }}</h5> {{ end }} @@ -12,12 +12,12 @@ {{ end }} {{ end }} +{{ if .Params.image }} <p> -{{ if .Params.image}} {{ with .Resources.GetMatch .Params.image }} <img src={{ .RelPermalink }} /> {{ else }} <img src={{ .Params.image | relURL }} /> {{ end }} -{{ end }} </p> +{{ end }} |