Whole refactor to accommodate Hugo >=0.146.0.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!-- layouts/_default/taxonomy.html -->
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ range .Pages }}
|
||||
<article>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
<p>{{ .Summary }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user