Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Jan 13, 2025
2 parents 7c23b90 + 39d8bd8 commit bba23a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/Accent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ export class AccentUtil {
this.themeMode = mode;
const articleImage = document.querySelector('.article-image');
let authorPageElement = document.getElementById("react-author");
let tagPageElement = document.getElementById("react-tag");
let authorHeaderImage;

if (authorPageElement) {
if (authorPageElement || tagPageElement) {
authorHeaderImage = document.querySelector('.post-card-image-link');
}

Expand Down
1 change: 1 addition & 0 deletions tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}

<main id="site-main" class="site-main outer">
<div id="react-tag"></div>
<div class="inner posts">
<div class="post-feed">

Expand Down

0 comments on commit bba23a7

Please sign in to comment.