diff options
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> |