File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% load static %}
2+ < style id ="news-styles-scripts--css ">
3+ @import url("{% static " site_cms/css/build/app.blog.css" %}") layer(project);
4+
5+ /* to hide "Back" link (which opens all TACC news) */
6+ .blog-back {
7+ display: none;
8+ }
9+
10+ /* to remove bottom border of last article if no pagination */
11+ .blog-list:not(
12+ :has(.pagination)
13+ ) article:last-of-type {
14+ border-bottom: unset;
15+ }
16+
17+ /* to hide the "— Lccf" in news list title */
18+ :is(.blog-list) h1 > strong::after, /* the " —" */
19+ :is(.blog-list) h1 > em /* the " Lccf" * / {
20+ dis play: none;
21+ }
22+ </ style >
23+ < script id ="news-styles-scripts--js " type ="module ">
24+ import { changeHowExternalArticleOpens } from '{% static "site_cms/js/modules/manageExternalArticles.js" %}' ;
25+
26+ changeHowExternalArticleOpens ( 'external' ) ;
27+ </ script >
You can’t perform that action at this time.
0 commit comments