about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2017-05-06 17:19:14 +0200
committerAlan Pearce2017-05-06 17:19:14 +0200
commit6b9efc9152540afcd773bcdbc19e7d04b5e6cab2 (patch)
tree97211f5daf099de7264e8b930a047cd26eceaad6 /layouts/index.html
parent9f90aab1ac3dafadd6681dba283e6cb77ed34f4b (diff)
downloadhyde-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.html10
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>