diff --git a/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid b/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid new file mode 100644 index 00000000..e9ace106 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology-Redirect/_head.html.liquid @@ -0,0 +1,4 @@ + + diff --git a/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid b/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid index d4f6224c..f9f2b55f 100644 --- a/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/_header.html.liquid @@ -221,7 +221,7 @@ .np-header-logo { justify-content: flex-start; } - + @media (min-width: 768px) { .np-header-logo { justify-content: center; @@ -248,5 +248,5 @@ color: #000; } } - - \ No newline at end of file + + diff --git a/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid index 3af0c1e0..398ba145 100644 --- a/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/_sub_navigation.html.liquid @@ -40,4 +40,4 @@ \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid b/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid index 5c2a696a..f7240540 100644 --- a/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Artera_prod/homepage.html.liquid @@ -19,6 +19,12 @@ {% include "sub_navigation" %} + {% if current_school.properties.show_alert_banner == true %} +
+

{{ current_school.properties.alert_banner }}

+
+ {% endif %} +