website/layouts/likes/single.html
2022-10-08 14:30:00 +05:30

12 lines
229 B
HTML

{{- define "main" }}
{{ partial "post-start" . }}
<article class="h-entry">
<p>
Liked <a class="u-like-of" href="{{ .Param "like-of" }}">
{{ .Param "like-of" }}
</a>
</p>
</article>
{{ partial "post-end" . }}
{{- end }}