diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-06-02 13:31:50 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-06-02 13:31:50 +0200 |
commit | 3b4b2d050f73b2b8439b4fdff85584d6f8232859 (patch) | |
tree | 8f8958b78c6efb25614b7be0991e65b4904e9952 /layouts/_default | |
parent | eb728994b8578661221d9c80b213a83fcf2f300f (diff) | |
download | hugo-minimalist-theme-3b4b2d050f73b2b8439b4fdff85584d6f8232859.tar.gz hugo-minimalist-theme-3b4b2d050f73b2b8439b4fdff85584d6f8232859.tar.bz2 hugo-minimalist-theme-3b4b2d050f73b2b8439b4fdff85584d6f8232859.zip |
Better outline consistencytitan.io
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.html | 4 |
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> |