jekyll/test/fixtures/test-theme/_includes/testimonials.html

10 lines
269 B
HTML

<section class="testimonials">
<h3>{{ site.data.i18n.testimonials.header }}</h3>
<!-- for testimonial in site.data.testimonial }} -->
<!-- endfor -->
<footer class="testimonials-footer">
{{ site.data.i18n.testimonials.footer }}
</footer>
</section>