From 4a69b1b5bc39390b9e25623730d75bd3f7ebf3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 5 Oct 2023 08:11:46 +0200 Subject: [PATCH] docs: categories icon #671 --- exampleSite/content/cont/taxonomy.en.md | 2 +- layouts/partials/content-footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/cont/taxonomy.en.md b/exampleSite/content/cont/taxonomy.en.md index 0ac4b58447..35291150b2 100644 --- a/exampleSite/content/cont/taxonomy.en.md +++ b/exampleSite/content/cont/taxonomy.en.md @@ -49,7 +49,7 @@ If you define [custom taxonomies](https://gohugo.io/content-management/taxonomie {{- partial "term-list.html" (dict "page" . "taxonomy" "categories" - "icon" "cubes" + "icon" "layer-group" ) }} ```` diff --git a/layouts/partials/content-footer.html b/layouts/partials/content-footer.html index 511c8f6e74..4e0bcdb3c8 100644 --- a/layouts/partials/content-footer.html +++ b/layouts/partials/content-footer.html @@ -7,5 +7,5 @@ {{- partial "term-list.html" (dict "page" . "taxonomy" "categories" - "icon" "cubes" + "icon" "layer-group" ) }} \ No newline at end of file