Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(demdata): irregular-links via core-styles #259

Merged
merged 5 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demdata_cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TACC/Core-CMS#v3.12.0-beta.2
FROM taccwma/core-cms:55db2ed
# TACC/Core-CMS#782 (v4.4.0+)
FROM taccwma/core-cms:c82d56f

WORKDIR /code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<link rel="stylesheet" href="/static/site_cms/css/build/core-styles.theme.has-dark-logo.css" />

{% include './snippets/from-ecep-cms/site-css-links.html' %}
{% include './snippets/from-tup-cms/css-elements-monospace.html' %}
{% include './snippets/from-tup-cms/css-elements-address.html' %}
{% include './snippets/from-tup-cms/css-elements-body.html' %}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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 }}

Expand Down
Loading