-
-
Save bangpound/221491a62da37e456e51ca103706b602 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit dd203033dc9fb42fae28eba00066539c87ab3c95 | |
Author: Benjamin Doherty <[email protected]> | |
Date: Mon Jul 11 13:16:38 2016 -0500 | |
add class to adjustable titles page header. | |
diff --git a/docroot/themes/cflassy/templates/pages/page-title--adjustable.html.twig b/docroot/themes/cflassy/templates/pages/page-title--adjustable.html.twig | |
index 26850eb..1ccc0d4 100644 | |
--- a/docroot/themes/cflassy/templates/pages/page-title--adjustable.html.twig | |
+++ b/docroot/themes/cflassy/templates/pages/page-title--adjustable.html.twig | |
@@ -1,3 +1,5 @@ | |
{% extends 'page-title.html.twig' %} | |
+{% set attributes = attributes.addClass('page-header--adjustable') %} | |
+ | |
{% block title %}{{ title }}{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment