Add critical class for styling of title paragraph

.. if non-projects have different hero headers, we'll deal with that when
we come to it.
This commit is contained in:
benjamin melançon 2018-10-24 04:48:58 -04:00
parent b54bccaebd
commit ee543ce2e6

View file

@ -41,6 +41,7 @@
{% {%
set classes = [ set classes = [
'hero', 'hero',
'hero-project',
'is-cinnamon', 'is-cinnamon',
'paragraph', 'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class, 'paragraph--type--' ~ paragraph.bundle|clean_class,