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>
|
||||
<my-footer>
|
||||
<small>
|
||||
Site built with
|
||||
<a href="https://ayco.io/gh/McFly">McFly</a>. Copyright ©
|
||||
{{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 © {{author.year}}
|
||||
<a href="{{ author.url }}">{{ author.name }}</a>.
|
||||
</small>
|
||||
</my-footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue