diff --git a/exampleSite/data/testimonialSection.yml b/exampleSite/data/testimonialSection.yml index 25de72f..fed59e8 100644 --- a/exampleSite/data/testimonialSection.yml +++ b/exampleSite/data/testimonialSection.yml @@ -1,7 +1,8 @@ --- enable: true -topTitle: Testimonial -title: What People are Say About Me? +topTitle: Testimonials +title: > + ## What People are Say About Me? testimonial: - name: Ryan Cook diff --git a/layouts/partials/testimonialSection.html b/layouts/partials/testimonialSection.html index 4971a34..ddc3f70 100644 --- a/layouts/partials/testimonialSection.html +++ b/layouts/partials/testimonialSection.html @@ -10,8 +10,8 @@
- {{ .topTitle }} -

{{ .title }}

+ {{ .topTitle }} + {{ .title | markdownify }}