diff --git a/_includes/partial/publisher_link.html b/_includes/partial/publisher_link.html index 1dd51881..edf6fc97 100644 --- a/_includes/partial/publisher_link.html +++ b/_includes/partial/publisher_link.html @@ -1,3 +1,3 @@ -{% assign pub_small = include.pub | downcase %} +{% assign pub_small = include.pub %} {% assign publisher_ref = site.publishers | where: 'short_name', pub_small | first %} {{ publisher_ref.name }} \ No newline at end of file diff --git a/_layouts/collection/collection_base.html b/_layouts/collection/collection_base.html index dd89bf54..dee1d4bd 100644 --- a/_layouts/collection/collection_base.html +++ b/_layouts/collection/collection_base.html @@ -15,7 +15,7 @@ layout: default

{{ page.title }}

{{ page.date | date_to_string }} - {% include partial/publisher_link.html pub= page.author %} + {% include partial/publisher_link.html pub=page.author %}

{{ content }} \ No newline at end of file