aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/text-and-image.html
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-12-07 00:21:51 -0800
committerBenaiah Mischenko <benaiah@mischenko.com>2017-12-07 01:43:09 -0800
commitd91206659bd17c190e2940a2c564f371cafc7ebc (patch)
tree3ae40f7a9c2668fb4ffaaa7fdd2746e8e5ccb267 /site/layouts/partials/text-and-image.html
parent3dc23ec6642f8238a9bb3e618544108cddcf2791 (diff)
Update hugo and content structure; add home page to CMS
This updates to hugo v0.31 It also adapts the content model to follow the convention for sections with _index.md files and makes the home page a fully editable section
Diffstat (limited to 'site/layouts/partials/text-and-image.html')
-rw-r--r--site/layouts/partials/text-and-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/text-and-image.html b/site/layouts/partials/text-and-image.html
index 06baa68..7a55f15 100644
--- a/site/layouts/partials/text-and-image.html
+++ b/site/layouts/partials/text-and-image.html
@@ -3,7 +3,7 @@
<div class="flex-l mhn2-l">
<div class="w-40-l ph2-l">
- <h2 class="f2 b lh-title mb2">{{.heading}}</h1>
+ <h2 class="f2 b lh-title mb2">{{.heading}}</h2>
<p>{{.text}}</p>
</div>