diff --git a/assets/css/099_taxonomy_list.css b/assets/css/099_taxonomy_list.css index a3e6017..cccf330 100644 --- a/assets/css/099_taxonomy_list.css +++ b/assets/css/099_taxonomy_list.css @@ -1,7 +1,3 @@ -{{/* - 099_taxonomy_list.css - Eryn Wells -*/}} @@ -23,7 +19,7 @@ &::before { color: var(--text-color-secondary); - content: attr(data-term) " ="; + content: attr(data-name) " ="; text-transform: uppercase; } diff --git a/layouts/partials/page/footer.html b/layouts/partials/page/footer.html index 113299b..39f3af7 100644 --- a/layouts/partials/page/footer.html +++ b/layouts/partials/page/footer.html @@ -1,2 +1,2 @@ -{{ partial "page/taxonomy_list.html" (dict "page" . "term" "categories") }} -{{ partial "page/taxonomy_list.html" (dict "page" . "term" "tags") }} +{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "categories") }} +{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "tags") }} diff --git a/layouts/partials/page/taxonomy_list.html b/layouts/partials/page/taxonomy_list.html index 7661c38..0fac27a 100644 --- a/layouts/partials/page/taxonomy_list.html +++ b/layouts/partials/page/taxonomy_list.html @@ -1,6 +1,17 @@ -{{- $terms := .page.GetTerms .term -}} -{{ with $terms }} -