Skip to content

Commit

Permalink
feat: add taxonomy layout (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyih0ng authored Sep 1, 2024
1 parent 61018bc commit 29aefb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/_default/taxonomy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{ define "main" }}
<div class="container">
<div class="row">
<div>
{{ range .Pages }}
<h3>
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
</h3>
{{ end }}
</div>
</div>
</div>
{{ end }}

0 comments on commit 29aefb7

Please sign in to comment.