diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 88cc1ae..854bab2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@ <section class="categories"> <h2>Categories</h2> <ul> - {{ range $key, $value := .Site.Indexes.categories }} + {{ range $key, $value := .Site.Taxonomies.categories }} <li> <a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a> </li> |