diff options
author | Alan Pearce | 2017-05-06 17:19:14 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 17:19:14 +0200 |
commit | 6b9efc9152540afcd773bcdbc19e7d04b5e6cab2 (patch) | |
tree | 97211f5daf099de7264e8b930a047cd26eceaad6 /layouts/index.html | |
parent | 9f90aab1ac3dafadd6681dba283e6cb77ed34f4b (diff) | |
download | hyde-6b9efc9152540afcd773bcdbc19e7d04b5e6cab2.tar.lz hyde-6b9efc9152540afcd773bcdbc19e7d04b5e6cab2.tar.zst hyde-6b9efc9152540afcd773bcdbc19e7d04b5e6cab2.zip |
feat: Remove categories from homepage
They're already in the sidebar
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> |