And add the subtitle class, which gives it the cool font
This commit is contained in:
parent
4b43fd63f7
commit
adcfd578a9
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@
|
|||
*/
|
||||
#}
|
||||
{% for item in items %}
|
||||
<h4{{ item.attributes }}>{{ item.content }}</h4>
|
||||
<h4{{ item.attributes.addClass('subtitle') }}>{{ item.content }}</h4>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue