refactor(widget): taxonomy widget (#763)

* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
This commit is contained in:
Jacob Zhong
2023-08-27 18:26:53 +02:00
committed by GitHub
co-authored by Jimmy Cai
parent 5063e8f0b8
commit 4be110e540
33 changed files with 50 additions and 141 deletions
+8
View File
@@ -65,3 +65,11 @@
}
}
}
/* Color for widget titles */
.widget-title a.widget-link {
color: var(--accent-color);
&:hover {
color: var(--accent-color-darker);
}
}