setup
This commit is contained in:
10
themes/hugo-theme-monochrome/layouts/_default/taxonomy.html
Normal file
10
themes/hugo-theme-monochrome/layouts/_default/taxonomy.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- define "content" -}}
|
||||
|
||||
<div class="content-margin">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div>
|
||||
{{- partial "terms-cloud.html" .Data.Terms.Alphabetical -}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user