~mika/www.m1kadev.nl

ref: 7caf41d0286ae2d39497058d5ed1de9b8bae706f www.m1kadev.nl/bricks/footer.thtml -rw-r--r-- 522 bytes
7caf41d0 — m1ka added qoute attribution, changed font and removed google fonts fetch a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<footer>
<div id="build-info">
    {{ &build_info }}
    All content on this website is licensed under <a href="">CC-BY-SA-4.0</a>, unless otherwise noted.
</div>
<div id="links">
    <a rel="me" href="https://codeberg.org/m1ka/" style="text-decoration: none;">
        <img id="codeberg" src="/static/codeberg-logo_icon_blue.svg">
    </a>
    <a rel="me" href="https://mastodon.social/@m1kadev" style="text-decoration: none;">
        <img id="mastodon" src="/static/mastodon-logo-purple.svg">
    </a>
</div>
</footer>