This commit is contained in:
2024-06-09 17:01:07 +04:00
parent a6ba623f08
commit 25134fdcf3
5 changed files with 58 additions and 9 deletions

View File

@@ -34,7 +34,9 @@
{{- end -}}
{{ define "footer" }}
<!--div class="content">
<a href="">subscribe</a>
</div-->
<div class="content">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<a rel="%s" href="%s">subscribe</a>` .Rel .Permalink | safeHTML }}
{{ end -}}
</div>
{{ end }}