feat(templates): update basic template footer example
This commit is contained in:
parent
6b2214319a
commit
afb57ea569
2 changed files with 6 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
|||
>✨ Star on <a href="https://github.com/ayoayco/McFly">GitHub</a> to
|
||||
support!</small
|
||||
><br />
|
||||
<small>A project by <a href="https://ayo.ayco.io">Ayo Ayco</a></small>
|
||||
<slot />
|
||||
</p>
|
||||
</footer>
|
||||
|
|
|
@ -56,9 +56,13 @@ class HelloWorld extends HTMLElement {
|
|||
>
|
||||
</code-block>
|
||||
</main>
|
||||
|
||||
<!--
|
||||
Here's another static .html fragment, found in ./components/my-footer.html
|
||||
The child <small> element gets inserted into the <slot /> on the fragment
|
||||
-->
|
||||
<my-footer></my-footer>
|
||||
<my-footer>
|
||||
<small>A project by <a href="https://ayo.ayco.io">Ayo Ayco</a></small>
|
||||
</my-footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue