feat(site): github link on the footer

This commit is contained in:
Ayo 2023-11-24 20:05:50 +01:00
parent 238fd3e071
commit 7c3c98d382

View file

@ -64,8 +64,9 @@ customElements.define("my-counter", Counter);
</section>
</main>
<my-footer>
<span>This site is built with
<a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework;
<span>This site is built with <a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework;
</span><br />
<span>✨ Star on <a href="https://github.com/ayoayco/web-component-base">GitHub</a> to support;
</span><br />
<span>
A project by <a href="{{ author.url }}">{{ author.name }}</a>