Skip to content

Commit dccb7cf

Browse files
author
Mark A. Matienzo
committed
Slides always use the same translations
1 parent e904f25 commit dccb7cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_data/slides.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- image: slide-1.jpg
22
desc_location: left
3+
title: <a href="http://dp.la/item/c5b87d8f1cc44cc2765345ccafbb7a5b">Mt. Mitchell Station, Mt. Mitchell, N.C.</a>
34

45
- image: slide-2.jpg
5-
desc_location: left
6+
desc_location: left
7+
title: <a href="https://www.europeana.eu/portal/en/record/2020601/contributions_6103_attachments_149982.html">Postcard from Vienna (Luigi Meula) CC-BY-SA</a>

_includes/slider.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>{{ i18n[slide.image].header }}</h2>
1212
<p>{{ i18n[slide.image].about | replace: 'rights_data_version', site.rights_data_version }}</p>
1313
</div>
1414
</div>
15-
<div class="caption"><div class="row text-right" lang="en">{{ i18n[slide.image].title }}</div></div>
15+
<div class="caption"><div class="row text-right" lang="en">{{ slide.title }}</div></div>
1616
</li>
1717
{% endfor %}
1818
</ul>

0 commit comments

Comments
 (0)