aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-08 21:45:52 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-08 21:49:58 +0200
commit884c7caff7d50e3303e956f24d71345c9ed58025 (patch)
tree4a3835075299d92aa4fca91483eb95654c4e458f /layouts/index.html
parent46469d1d5218b56e2b418a34e39cfe6457c6ef66 (diff)
downloadhugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.tar.gz
hugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.tar.bz2
hugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.zip
Top navigation
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index b4eaea0..172e87a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,9 +1,6 @@
{{ define "main" }}
<div id="content" class="mw7 center">
- <h1 class="f1">{{.Title}}</h1>
-
- <h2 class="f2">Posts</h2>
<!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. -->
{{ range where .Data.Pages "Section" "post" }}