diff --git a/demdata_cms/src/taccsite_custom/demdata_cms/templates/fullwidth.html b/demdata_cms/src/taccsite_custom/demdata_cms/templates/fullwidth.html index c0f92047..002d4b85 100644 --- a/demdata_cms/src/taccsite_custom/demdata_cms/templates/fullwidth.html +++ b/demdata_cms/src/taccsite_custom/demdata_cms/templates/fullwidth.html @@ -1,6 +1,8 @@ {% extends "fullwidth.html" %} {% load cms_tags %} +{% block page_type_class %}s-irregular-links{% endblock page_type_class %} + {% block assets_custom %} {{ block.super }} diff --git a/demdata_cms/src/taccsite_custom/demdata_cms/templates/snippets/from-ecep-cms/site-css-links.html b/demdata_cms/src/taccsite_custom/demdata_cms/templates/snippets/from-ecep-cms/site-css-links.html deleted file mode 100644 index 831b52f0..00000000 --- a/demdata_cms/src/taccsite_custom/demdata_cms/templates/snippets/from-ecep-cms/site-css-links.html +++ /dev/null @@ -1,28 +0,0 @@ -{# https://github.com/TACC/Core-Styles/blob/511c870/src/lib/_imports/trumps/s-irregular-links.css #} -{# https://github.com/TACC/Core-Styles/blob/511c870/src/lib/_imports/tools/x-link.css #} - diff --git a/demdata_cms/src/taccsite_custom/demdata_cms/templates/standard.html b/demdata_cms/src/taccsite_custom/demdata_cms/templates/standard.html index f1cf9e22..0f05d175 100644 --- a/demdata_cms/src/taccsite_custom/demdata_cms/templates/standard.html +++ b/demdata_cms/src/taccsite_custom/demdata_cms/templates/standard.html @@ -1,6 +1,8 @@ {% extends "standard.html" %} {% load cms_tags %} +{% block page_type_class %}s-irregular-links{% endblock page_type_class %} + {% block assets_custom %} {{ block.super }}