Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
footer.html 590 B
<footer>
    <p class="footer-description">
        {{ brand.description }}
        <br />
        Proudly powered by <a href="https://11ty.dev">Eleventy</a>,
        <a href="https://framagit.org">Framagit</a> and more.
        <a href="/domain/">Like what you see?</a>
        <a rel="me" href="https://mstdn.social/@ReverseEagle">Mastodon</a>
        <hr />
        <a href="https://framagit.org/reverseeagle/developers">Source code</a>
        <span aria-disabled="true"> • </span>
        <a href="https://framagit.org/reverseeagle/developers/-/issues">Issues</a>
    </p>
</footer>