Add: show tags on post summary

This commit is contained in:
Aroy-Art 2022-02-02 10:10:19 +01:00
parent 7da8047135
commit cc1eb49299
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -4,6 +4,8 @@
<img class="img-fluid lozad" src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'"> <img class="img-fluid lozad" src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">
</div> </div>
{{ partial "get_tags.html" . }}
<div class="content"> <div class="content">
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3> <h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<p>{{ .Summary }}</p> <p>{{ .Summary }}</p>