Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Nov 22, 2023
1 parent ca4a612 commit affbfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/Main/Post/Permalink/Post/Footer/Author.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div(class='border-t border-b border-dotted border-h-400 mt-6 py-8 flex gap-x-5 i
div(class='text-h-800 dark:text-h-200 font-bold') [##_blogger_##]
div(class='leading-7 text-sm text-h-400') [##_desc_##]

style
style(once='namecard')
:postcss
div[data-tistory-react-app="Namecard"] {
@apply hidden;
Expand Down
2 changes: 1 addition & 1 deletion views/Main/Post/Permalink/Post/Footer/RelatedArticle.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ s_article_related
div(class='text-overflow-hidden') [##_article_related_rep_title_##]
i(class='fas fa-arrow-right scale-75')

style
style(once='another-category')
:postcss
.another_category {
@apply hidden;
Expand Down

0 comments on commit affbfd3

Please sign in to comment.