Files
fundor333.com/themes/fugu/layouts/partials/micropub/single/like-of.html
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

18 lines
418 B
HTML

<div class="container-fluid">
<div>
<article class="text-center col-10 offset-1 text-center h-entry">
<p>
<i class="fad fa-heart-circle"></i> Like {{ range .Param "mf-like-of"}}<a class="u-like-of" href="{{ . }}"> {{ . }}</a>{{end}}
</p>
<div class="e-content">
{{ .Content | safeHTML }}
{{- partial "syndication.html" . -}}
</div>
</article>
</div>
</div>