From c7ab9b28203e78d0e182fdc92d3eca431f34768e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 5 Jan 2019 15:38:06 +0100 Subject: [PATCH] culture: show info about material --- culture.json | 9 +++++++++ detailsBody.html | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/culture.json b/culture.json index c2c91e4..4fbe618 100644 --- a/culture.json +++ b/culture.json @@ -66,6 +66,15 @@ " {{ enumerate(tags.artist_name) }}", " ", "{% endif %}", + "", + "{% if tags.material %}", + "
  • ", + " ", + " {{ keyTrans('material') }}:", + " {{ tagTransList('material', tags.material) }}", + "
  • ", + "{% endif %}", + "", "" ], "markerSign": "{{ attribute(const, key ~ '=' ~ value) }}" diff --git a/detailsBody.html b/detailsBody.html index bd5c84b..3c5a746 100644 --- a/detailsBody.html +++ b/detailsBody.html @@ -157,12 +157,4 @@ {% endif %} -{% if tags.material %} -
  • - - {{ keyTrans('material') }}: - {{ tagTransList('material', tags.material) }} -
  • -{% endif %} -