aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-06-02 13:31:50 +0200
committerOscar Najera <hi@oscarnajera.com>2024-06-02 13:31:50 +0200
commit3b4b2d050f73b2b8439b4fdff85584d6f8232859 (patch)
tree8f8958b78c6efb25614b7be0991e65b4904e9952 /layouts/_default
parenteb728994b8578661221d9c80b213a83fcf2f300f (diff)
downloadhugo-minimalist-theme-titan.io.tar.gz
hugo-minimalist-theme-titan.io.tar.bz2
hugo-minimalist-theme-titan.io.zip
Better outline consistencytitan.io
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 96ef493..24bcffb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,8 +1,8 @@
{{ define "main" }}
<header class="mw7 center">
- <h2 class="baskerville f2 lh-title mv3 ph1">
+ <h1 class="baskerville f1 lh-title mv3 ph1">
{{ .Title }}
- </h2>
+ </h1>
{{ with .Params.subtitle }}
<h3 class="f3 baskerville mv3 pa1">{{ . }}</h3>