mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 17:42:27 +00:00
Switch themes to minimo
This commit is contained in:
15
themes/minimo/layouts/_default/terms.html
Normal file
15
themes/minimo/layouts/_default/terms.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
{{ partial "header/header" . }}
|
||||
|
||||
{{ if .Content }}
|
||||
<div class='entry'>
|
||||
{{ partial "entry/content" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{- $shuffle := .Site.Params.settings.taxonomyCloudShuffle -}}
|
||||
{{- $taxonomy := .Data.Plural -}}
|
||||
{{ partial "extras/taxonomy_cloud" ( dict "Taxonomy" $taxonomy "Shuffle" $shuffle "Scope" . ) }}
|
||||
|
||||
{{ partial "footer" . }}
|
Reference in New Issue
Block a user