diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 3 |
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" }} |