feat(site): update attribution
This commit is contained in:
parent
1c2ad3b5e0
commit
162b468d8d
1 changed files with 6 additions and 3 deletions
|
@ -131,9 +131,12 @@ customElements.define("my-counter", 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 ©
|
>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 © {{author.year}}
|
||||||
|
<a href="{{ author.url }}">{{ author.name }}</a>.
|
||||||
</small>
|
</small>
|
||||||
</my-footer>
|
</my-footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue