From b2e07af42d83b346bb3cea6ebf7d74a0814bad7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 3 Oct 2023 21:51:02 +0200 Subject: [PATCH] docs: make usage of icons unique #671 the category icon was also used inverted as the toc icon --- layouts/partials/content-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content-footer.html b/layouts/partials/content-footer.html index a2b3dd4417..511c8f6e74 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" "list" + "icon" "cubes" ) }} \ No newline at end of file