Kapisi/roles/Foundation/files/custom/templates/custom/footer.tmpl

10 lines
535 B
Cheetah
Raw Normal View History

2022-07-02 10:24:10 -05:00
<!-- Replace Gitea icon with AniNIX -->
<script type="text/javascript">
2023-10-08 12:28:14 -05:00
document.getElementById('navbar').children[0].children[0].children[0].src="/assets/img/AniNIX.png";
2022-07-02 10:24:10 -05:00
$('meta[property=og\\:image]').attr('content', '/assets/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('href', '/assets/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('color', '#000000');
document.getElementById("pwdchange").setAttribute("target","_blank");
document.getElementById("chat").setAttribute("target","_blank");
</script>