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 enable: true
topTitle: Testimonial topTitle: Testimonials
title: What People are Say About Me? title: >
## What People are Say About Me?
testimonial: testimonial:
- name: Ryan Cook - name: Ryan Cook

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

Loading…
Cancel
Save