File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 </ div >
1212 {% endfor %}
1313 </ div >
14- {% for testemonial in site.data.internal.testimonials %}
14+ {% for testimonial in site.data.internal.testimonials %}
1515 < div class ="garcetti-quote "> < div class ="entire-quote "> < img class ="quote-marks " src ="/assets/images/about/quotes.png " alt ="">
16- < p class ="quote-text "> {{testemonial .quote}}</ p >
16+ < p class ="quote-text "> {{testimonial .quote}}</ p >
1717 </ div >
18- < cite class ="mayor-cite "> — {{testemonial .source}}</ cite >
19- < img id ="quote-tmc " src ="{{testemonial .img_url}} " alt ="{{testemonial .source}} ">
18+ < cite class ="mayor-cite "> — {{testimonial .source}}</ cite >
19+ < img id ="quote-tmc " src ="{{testimonial .img_url}} " alt ="{{testimonial .source}} ">
2020 </ div >
2121 {% endfor %}
2222
You can’t perform that action at this time.
0 commit comments