aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/footer.njk
blob: 54fd287b0e5ab54e064240228ae5f08a4d543b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<footer>
    <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>