Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 786 Bytes

File metadata and controls

37 lines (28 loc) · 786 Bytes
title date description categories keywords slug aliases toc draft
Testimonials
2019-04-17 15:52:22 -0400
false
false

You can add testimonials to a markdown file using the shortcode {{< testimonials >}}

To add testimonials, create a testimonials.yml file in the data folder and add the code below:

items:
  -
    text: Text of the testimonial 1
    title: Name of the person
  -
    text: Text of the testimonial 2
    title: Name of the person

Base data source

{{< testimonials >}}

With localized copies EN + FR, w/ fallback in ./data

{{< testimonials source="localized_testimonials">}}

With localized copies EN + FR, w/o fallback in ./data

{{< testimonials source="localized_testimonials_no_fallback" >}}