taxonomy titles are now chosen programatically; footer is now always at the bottom; updated taxonomies and readme;

This commit is contained in:
Robert Clarke 2019-05-08 13:07:26 +01:00
parent 599a6f9af0
commit 0f57726bc4
12 changed files with 43 additions and 28 deletions

View file

@ -10,7 +10,10 @@
<!-- END NAV -->
<main>
<!-- START HERO TITLE -->
{{ index_macros::hero(title=title) }}
{% if not title %}
{% set title = "All " ~ taxonomy.name | title %}
{% endif %}
{{ index_macros::hero(title=title,primary=false) }}
<!-- END HERO TITLE -->
<!-- START TAXONOMY LIST -->
{{ taxonomy_macros::list(terms=terms) }}