Simplify list code for taxonomies, terms
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ partial "paige/page.html" $page }}
|
||||
{{ partial "paige/list.html" (dict "page" $page) }}
|
||||
{{ partial "paige/list.html" $page }}
|
||||
{{ end }}
|
||||
|
@@ -1,6 +0,0 @@
|
||||
{{ define "main" }}
|
||||
{{ $page := . }}
|
||||
|
||||
{{ partial "paige/page.html" $page }}
|
||||
{{ partial "paige/list.html" (dict "page" $page "sort" true) }}
|
||||
{{ end }}
|
@@ -1,6 +0,0 @@
|
||||
{{ define "main" }}
|
||||
{{ $page := . }}
|
||||
|
||||
{{ partial "paige/page.html" $page }}
|
||||
{{ partial "paige/list.html" (dict "page" $page "sort" true) }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user