Improve posts title rendering

This commit is contained in:
Alex Shpak
2021-05-03 22:05:25 +02:00
parent c197f3399b
commit 9e9c7d3403
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 }}