Fix rendering issues due to capitalization in param names
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user