diff options
Diffstat (limited to 'site/layouts/partials/text-and-image.html')
| -rw-r--r-- | site/layouts/partials/text-and-image.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/text-and-image.html b/site/layouts/partials/text-and-image.html index ff3bd7c..7a55f15 100644 --- a/site/layouts/partials/text-and-image.html +++ b/site/layouts/partials/text-and-image.html @@ -3,13 +3,13 @@ <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> <div class="w-60-l ph2-l"> - <img src="img/home/about-section.jpg" alt="" class="mb3"> + <img src="img/home-about-section.jpg" alt="" class="mb3"> </div> </div> |
