We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1beae0 commit 3296d29Copy full SHA for 3296d29
layouts/background/taxonomy.html
@@ -0,0 +1,7 @@
1
+
2
+{{ define "main" }}
3
+ <h1>{{ .Title }}</h1>
4
+ {{ .Content }}
5
6
+ {{ partial "cards.html" (dict "pages" .Pages) }}
7
+{{ end }}
layouts/background/terms.html
@@ -0,0 +1,8 @@
+ {{ $pages := .Pages }}
+ {{ partial "cards.html" (dict "pages" .Pages "useimagepermalink" true) }}
8
0 commit comments