Skip to content

Commit

Permalink
update exhibit section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed May 10, 2024
1 parent 88ea3d7 commit 288c5d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions site/_includes/layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="text-secondary text-2xl md:text-4xl md:tracking-tight font-bold leadi
{% if lang == 'en' %}
<li><a href="{{ '/browse/exhibit/en.html' | url }}">Explore the Exhibit</a></li>
{% else %}
<li><a href="{{ '/browse/exhibit/es.html' | url }}">Explora la exhibición</a></li>
<li><a href="{{ '/browse/exhibit/es.html' | url }}">Explora la Exhibición</a></li>
{% endif %}
</ul>
</div>
Expand All @@ -88,8 +88,7 @@ <h1 class="text-pretty text-secondary text-3xl md:text-4xl lg:text-5xl md:track
<div class="lg:text-end lg:basis-2/5 not-prose md:text-sm lg:text-base leading-snug lg:mt-0 mt-6">
{% for exhibit in collections[tags.first] %}
{% if exhibit.data.number == number %}
<span class="whitespace-nowrap text-stone-400">{{ exhibit.data.number }}: {{ exhibit.data.title | split: ':' |
first }}</span>
<span class="whitespace-nowrap text-stone-400">{{ exhibit.data.number }}: {{ exhibit.data.title }}</span>
{% else %}
<a class="link whitespace-nowrap hover:text-accent" href="{{ exhibit.url | url }}">{{ exhibit.data.number }}: {{
exhibit.data.title | split: ':' | first }}</a>
Expand Down
2 changes: 1 addition & 1 deletion site/pages/browse/exhibit/es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Explora la exhibición"
title: "Explora la Exhibición"
lang: "es"
description: "TBD"
layout: page
Expand Down
2 changes: 1 addition & 1 deletion site/pages/exhibit/en/03.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Labels & Systems: We Built Our Own"
title: "Systems: We Created Our Own"
thumbnail: "https://d1b7k5w7yjwpfg.cloudfront.net/iiif/2/bibliopolitica_CSL00050_CSL00050_001/full/800,/0/default.jpg"
number: 3
date: 2024-04-03
Expand Down
2 changes: 1 addition & 1 deletion site/pages/exhibit/es/03.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Etiquetas y Sistemas: Creamos los Nuestros Propios"
title: "Sistemas: Creamos Nuestro Propios"
thumbnail: "https://d1b7k5w7yjwpfg.cloudfront.net/iiif/2/bibliopolitica_CSL00050_CSL00050_001/full/800,/0/default.jpg"
number: 3
date: 2024-04-03
Expand Down
2 changes: 1 addition & 1 deletion site/pages/exhibit/es/05.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Transición de la Biblioteca de Estudios Étnicos"
title: "Transición a la Biblioteca"
thumbnail: "https://d1b7k5w7yjwpfg.cloudfront.net/iiif/2/bibliopolitica_CSL00105_CSL00105_001/full/800,/0/default.jpg"
number: 5
date: 2024-04-05
Expand Down

0 comments on commit 288c5d7

Please sign in to comment.