diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/index.html b/layouts/index.html index 22c6e32..5d8ca0b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,16 +1,6 @@ {{ partial "head.html" . }} <body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/Blog"> <main class="content container" role="main"> - <section class="categories"> - <h2>Categories</h2> - <ul> - {{ range $key, $value := .Site.Taxonomies.categories }} - <li> - <a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a> - </li> - {{ end }} - </ul> - </section> <section class="recent"> <h2>Recent Posts</h2> <ul> |