Skip to content

Commit

Permalink
feat: hyperlinked archives series
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Sep 6, 2024
1 parent 21d5501 commit 6bda59d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions templates/archivesseries.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{# TODO search links to other items with same metadata? #}
<dt class="ui tiny header">{{ _("Archives Series") }}</dt>
<p>{{ field_value.get("series", "") }} {{ field_value.get("subseries", "") }}</p>
<p>
<a href='/search?q=custom_fields.cca\:archives_series.series:{{ field_value.get("series", "") | tojson }}'>
{{ field_value.get("series", "") }}
</a>
<a href='/search?q=custom_fields.cca\:archives_series.series:{{ field_value.get("series", "") | tojson }}'>
{{ field_value.get("subseries", "") }}
</a>
</p>

0 comments on commit 6bda59d

Please sign in to comment.