Fix rendering issues due to capitalization in param names

This commit is contained in:
lucperkins
2018-08-04 13:28:05 +02:00
parent a7d8f69fb8
commit 0376f2cb37
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{{- $hero := .Site.Params.hero }}
{{- $title := index $hero "title" }}
{{- $subtitle := index $hero "subtitle" }}
{{- $buttonText := index $hero "buttonText" }}
{{- $buttonLink := index $hero "buttonLink" }}
{{- $buttonText := index $hero "buttontext" }}
{{- $buttonLink := index $hero "buttonlink" }}
{{- $image := index $hero "image" }}
<div class="hero-body">
<div class="container">