Add: tags on top of post page

This commit is contained in:
Aroy-Art 2022-02-05 20:49:09 +01:00
parent 5051bec6bc
commit af5af99726
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -15,6 +15,9 @@
<li class="list-inline-item">Last Modified: {{ dateFormat "Monday, Jan 2, 2006" .Date }}</li>
</ul>
<img class="img-fluid mb-50 lozad" src="{{ .Params.Image | absURL }}" alt="blog-image">
{{ partial "get_tags.html" . }}
</div>
<div class="col-lg-8 offset-lg-2">
<div class="post-single-content">