Skip to content
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 apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
########################

PORTAL_LOGO = {
"img_file_src": "tup_cms/img/org_logos/tacc-logo-white-25years--cropped.svg",
"is_remote": False,
"img_file_src": "https://cdn.jsdelivr.net/gh/TACC/Core-CMS-Custom@v1/tup/img/logo-white-25years--cropped.svg",
"is_remote": True,
"img_class": "",
"link_href": "/",
"link_name": "TACC Homepage",
Expand Down
6 changes: 3 additions & 3 deletions apps/tup-cms/src/taccsite_cms/templates/assets_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

{# NEW CODE #}

<!-- TUP CMS UX Scripts -->
<script src="{% static 'tup_cms/js/modules/breadcrumbs.js' %}" type="module"></script>
{# NOTE: 2nd-breadcrumb de-linking no longer needs a dedicated script — #}
{# Core-CMS's nav_cms_breadcrumbs.html already handles it #}

<!-- TUP CMS UI Styles -->
<link rel="stylesheet" href="{% static 'tup_cms/css/tup-cms.for-core-cms.css' %}" />
<link rel="stylesheet" href="{% static 'tup_cms/css/tup-cms.for-tup-cms.css' %}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/TACC/Core-CMS-Custom@v1/tup/css/cms.css" />

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading