Files
ethica-spinoza-hugo-theme/layouts/partials/item.html
T

10 lines
220 B
HTML

<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
<div>
{{ .Content }}
</div>
</article>