update testimonial title

master
Aaron N. Brock 4 years ago
parent cc7693b423
commit 7098c1148d
  1. 5
      exampleSite/data/testimonialSection.yml
  2. 4
      layouts/partials/testimonialSection.html

@ -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

@ -10,8 +10,8 @@
<div class="row text-center">
<div class="col-lg-6 offset-lg-3">
<div class="testimonial__header">
<span>{{ .topTitle }}</span>
<h2>{{ .title }}</h2>
<span class="topTitle">{{ .topTitle }}</span>
{{ .title | markdownify }}
</div>
</div>
</div>

Loading…
Cancel
Save