feat(site): github link on the footer
This commit is contained in:
parent
238fd3e071
commit
7c3c98d382
1 changed files with 3 additions and 2 deletions
|
@ -64,8 +64,9 @@ customElements.define("my-counter", Counter);
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<my-footer>
|
<my-footer>
|
||||||
<span>This site is built with
|
<span>This site is built with <a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework;
|
||||||
<a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework;
|
</span><br />
|
||||||
|
<span>✨ Star on <a href="https://github.com/ayoayco/web-component-base">GitHub</a> to support;
|
||||||
</span><br />
|
</span><br />
|
||||||
<span>
|
<span>
|
||||||
A project by <a href="{{ author.url }}">{{ author.name }}</a>
|
A project by <a href="{{ author.url }}">{{ author.name }}</a>
|
||||||
|
|
Loading…
Reference in a new issue