Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2021-01-01 05:56:42 +0300
committertosi29 <tosi16@gmail.com>2021-01-01 05:56:42 +0300
commitadab78b394d2629a712a5450146c7e1e85c169f2 (patch)
tree844a423bf9680ae7c49c6c2bf1cc2524acfa3659
parent81f1a93ad1e9f26188036a88555a214f49226970 (diff)
Remove duplicated title from index.html #4
-rw-r--r--layouts/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 72d1e71..834d1a4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,12 +2,6 @@
{{ define "main" }}
{{ $paginator := .Paginate ( where .Site.RegularPages "Type" "post" ) 10 }}
<main aria-role="main">
- <header class="homepage-header">
- <h1>{{.Title}}</h1>
- {{ with .Params.subtitle }}
- <span class="subtitle">{{.}}</span>
- {{ end }}
- </header>
<div class="homepage-content">
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
{{.Content}}