This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
badhouseplants-net-old/layouts/taxonomy/tag.html
Nikolai Rodionov 8c825f7c84 Init Commit
Start following the GitFLow
2023-02-17 15:19:49 +01:00

9 lines
114 B
HTML

<ul>
{{ range .Data.Pages }}
<li>
<a href="{{.RelPermalink}}">{{ .Title }}</a>
</li>
{{ end }}
</ul>