jlelse
/
Indiego
Archived
1
Fork 0

Add picture emoji before read more on posts with images

This commit is contained in:
Jan-Lukas Else 2020-07-03 22:14:38 +02:00
parent cb2822333a
commit 132dc47368
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
{{ partialCached "summary_meta" . .Permalink }}
{{ end }}
<p class="p-summary">{{ .Summary }}</p>
<p><a class="u-url" href="{{ .RelPermalink }}">{{ T "read_more" }}</a></p>
<p>{{ if (ne .Params.images nil) }}🖼️{{ end }} <a class="u-url" href="{{ .RelPermalink }}">{{ T "read_more" }}</a></p>
</article>