mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 13:33:34 +08:00
docs: categories icon #671
This commit is contained in:
parent
474a78b452
commit
4a69b1b5bc
@ -49,7 +49,7 @@ If you define [custom taxonomies](https://gohugo.io/content-management/taxonomie
|
|||||||
{{- partial "term-list.html" (dict
|
{{- partial "term-list.html" (dict
|
||||||
"page" .
|
"page" .
|
||||||
"taxonomy" "categories"
|
"taxonomy" "categories"
|
||||||
"icon" "cubes"
|
"icon" "layer-group"
|
||||||
) }}
|
) }}
|
||||||
````
|
````
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
{{- partial "term-list.html" (dict
|
{{- partial "term-list.html" (dict
|
||||||
"page" .
|
"page" .
|
||||||
"taxonomy" "categories"
|
"taxonomy" "categories"
|
||||||
"icon" "cubes"
|
"icon" "layer-group"
|
||||||
) }}
|
) }}
|
Loading…
x
Reference in New Issue
Block a user