mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
attempting to fix youtube..?
This commit is contained in:
parent
6775659805
commit
6087e82ed1
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ module.exports.updateHTML = (username, opts) => {
|
||||||
};"><a href="https://forum.xda-developers.com/member.php?u=${xda}" target="_blank" class="socials"><span class="iconify" data-icon="mdi-xda"></span></a></span>
|
};"><a href="https://forum.xda-developers.com/member.php?u=${xda}" target="_blank" class="socials"><span class="iconify" data-icon="mdi-xda"></span></a></span>
|
||||||
<span style="display:${
|
<span style="display:${
|
||||||
youtube == null ? "none !important" : "block"
|
youtube == null ? "none !important" : "block"
|
||||||
};"><a href="https://www.youtube.com/channel/{youtube}" target="_blank" class="socials"><span class="iconify" data-icon="mdi-youtube"></span></a></span>
|
};"><a href="https://www.youtube.com/channel/${youtube}" target="_blank" class="socials"><span class="iconify" data-icon="mdi-youtube"></span></a></span>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
//Script
|
//Script
|
||||||
|
|
Loading…
Reference in a new issue