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> </main>
<my-footer> <my-footer>
<small> <small>
Site built with <a href="https://ayco.io/gh/web-component-base/tree/main/site#readme"
<a href="https://ayco.io/gh/McFly">McFly</a>. Copyright &copy; >Website</a
{{author.year}} <a href="{{ author.url }}">{{ author.name }}</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> </small>
</my-footer> </my-footer>
</body> </body>