feat(site): update attribution footer

This commit is contained in:
Ayo 2023-12-28 11:45:41 +01:00
parent e3d6b2783c
commit 1c2ad3b5e0

View file

@ -42,6 +42,9 @@
text-align: center;
}
}
& code-block {
overflow: auto;
}
}
</style>
</my-head>
@ -128,9 +131,9 @@ customElements.define(&quot;my-counter&quot;, Counter);</pre
</main>
<my-footer>
<small>
Released under the
<a href="https://opensource.org/licenses/MIT">MIT License</a>. Copyright
&copy; {{author.year}} <a href="{{ author.url }}">{{ author.name }}</a>
Site built with
<a href="https://ayco.io/gh/McFly">McFly</a>. Copyright &copy;
{{author.year}} <a href="{{ author.url }}">{{ author.name }}</a>.
</small>
</my-footer>
</body>