-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: delete backup code for snippet I deleted #456
Conversation
I deleted this snippet yesterday from production CMS. - CMD lead writer and CMD website admin agreed to always show byline. - Hiding "by:" of byline is alreaedy applied via Core-CMS styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes
/* To hide byline of an article by another outlet */ | ||
/* NOTE: Requires author add "external" tag to the article */ | ||
/* TODO: Figure out how to show external author that user enters */ | ||
.has-blog-tag-external .byline { | ||
display: none; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yesterday, CMD Lead Writer and CMD Website Admin agreed to not hide this anymore.
I deleted actual snippet and updated CMS data to ensure all now visible "bylines" look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/* To hide the "by: " in the byline */ | ||
/* CAVEAT: The between "by:" and author name is still visible */ | ||
/* TODO: (TUP-552) Whether to hide this in Core, TUP, or any CMS */ | ||
.byline span { | ||
display: none; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is already present and taking effect because it was migrated to Core-CMS styles 2 months ago.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"by" is hidden via CMS code (as on https://tacc.utexas.edu/news/latest-news/) |
---|
Overview
I deleted this snippet yesterday from production CMS, because:
Related
None
Changes
Testing / UI
(previously, this was hidden, and would have been "Hedda")
(previously, this was hidden, and would have been "Hedda")
(as on https://tacc.utexas.edu/news/latest-news/)