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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2022-03-21 20:30:18 +0300
committerRegis Philibert <login@regisphilibert.com>2022-03-21 20:30:18 +0300
commit8ace5e1a7349221b747f7af32e5f55135053ecf2 (patch)
treee0402e3fdb81617168e01a1b327f0da4694c0086
parentdb554148c073e44cca52a3579c90d02f864837c5 (diff)
Remove Section mention from single/page522-page-section-title
Fixes #522
-rw-r--r--layouts/page/single.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index 9770d16..825db29 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -3,9 +3,6 @@
<div class="flex-l mt2 mw8 center">
<article class="center cf pv5 ph3 ph4-ns mw7">
<header>
- <p class="f6 b helvetica tracked">
- {{ humanize .Section | upper }}
- </p>
<h1 class="f1">
{{ .Title }}
</h1>