aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/footer.njk
blob: 0f973c6c8d2bfbf033b33ee055a9b880cce21f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer>
    <img src="/images/indrajith_dev_gif_banner.gif" alt="">
    <ul>
        <li>
            <p>&copy; 2022 Indrajith K L </p>
        </li>
    </ul>
    <div id="wcb" class="carbonbadge wcb-d"></div>
</footer>

<script>
    const carbonBadge = document.getElementById("wcb");
    if(location.host.includes("neocities")) {
        carbonBadge.remove();
    }
</script>