|
|
@ -4,6 +4,9 @@ |
|
|
|
{% if fields.field_article_type.content|striptags|trim == "Article" %} |
|
|
|
{% if fields.field_article_type.content|striptags|trim == "Article" %} |
|
|
|
{% set _icon_ = 'fa-file-text-o' %} |
|
|
|
{% set _icon_ = 'fa-file-text-o' %} |
|
|
|
{% set _color_ = 'blue' %} |
|
|
|
{% set _color_ = 'blue' %} |
|
|
|
|
|
|
|
{% elseif fields.field_article_type.content|striptags|trim == "Peer-reviewed article" %} |
|
|
|
|
|
|
|
{% set _icon_ = 'fa-volume-up' %} |
|
|
|
|
|
|
|
{% set _color_ = 'red' %} |
|
|
|
{% elseif fields.field_article_type.content|striptags|trim == "Audio/visual art" %} |
|
|
|
{% elseif fields.field_article_type.content|striptags|trim == "Audio/visual art" %} |
|
|
|
{% set _icon_ = 'fa-volume-up' %} |
|
|
|
{% set _icon_ = 'fa-volume-up' %} |
|
|
|
{% set _color_ = 'red' %} |
|
|
|
{% set _color_ = 'red' %} |
|
|
|