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