feat(site): update attribution footer
This commit is contained in:
parent
e3d6b2783c
commit
1c2ad3b5e0
1 changed files with 6 additions and 3 deletions
|
@ -42,6 +42,9 @@
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
& code-block {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</my-head>
|
||||
|
@ -128,9 +131,9 @@ customElements.define("my-counter", Counter);</pre
|
|||
</main>
|
||||
<my-footer>
|
||||
<small>
|
||||
Released under the
|
||||
<a href="https://opensource.org/licenses/MIT">MIT License</a>. Copyright
|
||||
© {{author.year}} <a href="{{ author.url }}">{{ author.name }}</a>
|
||||
Site built with
|
||||
<a href="https://ayco.io/gh/McFly">McFly</a>. Copyright ©
|
||||
{{author.year}} <a href="{{ author.url }}">{{ author.name }}</a>.
|
||||
</small>
|
||||
</my-footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue