blros / urarina-wax

https://blros.github.io/urarina-wax/
Other
0 stars 0 forks source link

Browse Page filters #20

Closed blros closed 4 months ago

blros commented 4 months ago

Can we make this cleaner? Either putting the the filters on the side column? Or some instructions? Or....?

blros commented 4 months ago

Added facet titles rather than just facet-names from the spreadsheet by adding a _data/facets_titles.yml

en: type: "Item Type" label: "Label" material: "Material" es: type-es: "Tipo de Artículo" title-es: "Etiqueta" material-es: "Material" ur: type-ura: "Tipo de Artículo" title-ura: "Etiqueta" material-ura: "Material"

and modifying _includes/gallery.html as follows:

        <legend>{{ site.data.facet_titles[page.lang][facet_name] }}
          <!-- original line commented out: <legend>{{ facet_name | replace: "_", " " }} -->.