nichijou/themes/hugo-bunnyblog/layouts/norender/page.html

11 lines
173 B
HTML
Raw Normal View History

{{ define "main" }}
<content>
{{ .Content }}
</content>
<p>
{{ range (.GetTerms "tags") }}
<a href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</p>
{{ end }}