And add the subtitle class, which gives it the cool font

This commit is contained in:
Benjamin Melançon 2019-08-31 10:50:02 -04:00
parent 4b43fd63f7
commit adcfd578a9

View file

@ -37,5 +37,5 @@
*/
#}
{% for item in items %}
<h4{{ item.attributes }}>{{ item.content }}</h4>
<h4{{ item.attributes.addClass('subtitle') }}>{{ item.content }}</h4>
{% endfor %}