diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3cd5bef..aceeb33 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,7 @@ -{{- $cats := slice "Gothic" "Cyberpunk" "Dark Fantasy" "Urban" "Noir" "Fantasy" "Cultural" "Sci-Fi" "Boudoir" "Steampunk" "Luxury" "Action" "Lifestyle" "Nature" "Romantic" "Nightlife" "Elegant" "Adventure" "Mythology" }} +{{- $cats := slice }} +{{- range $.Site.Taxonomies.categories }} + {{- $cats = $cats | append .Page.Title }} +{{- end }}