feat(site): update attribution

This commit is contained in:
Ayo 2023-12-28 12:16:17 +01:00
parent 1c2ad3b5e0
commit 162b468d8d

View file

@ -131,9 +131,12 @@ customElements.define(&quot;my-counter&quot;, Counter);</pre
</main>
<my-footer>
<small>
Site built with
<a href="https://ayco.io/gh/McFly">McFly</a>. Copyright &copy;
{{author.year}} <a href="{{ author.url }}">{{ author.name }}</a>.
<a href="https://ayco.io/gh/web-component-base/tree/main/site#readme"
>Website</a
>
built with <a href="https://ayco.io/gh/McFly#readme">McFly</a>.<br />
Copyright &copy; {{author.year}}
<a href="{{ author.url }}">{{ author.name }}</a>.
</small>
</my-footer>
</body>