Add my Ko-Fi link to the footer
This commit is contained in:
parent
4898d61f0b
commit
1b975362b7
|
@ -13,7 +13,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
<p><a href="mailto:{{ sitemeta.siteAuthor.email }}">Contact me by email</a></p>
|
<ul class="inline-nav footer__links">
|
||||||
|
<li><a href="mailto:{{ sitemeta.siteAuthor.email }}">Contact me by email</a></li>
|
||||||
|
<li><a href="https://ko-fi.com/leilukin">Support me on Ko-Fi</a></li>
|
||||||
|
</ul>
|
||||||
{%- include "global/h-card.njk" -%}
|
{%- include "global/h-card.njk" -%}
|
||||||
{%- include "global/top-btn.njk" %}
|
{%- include "global/top-btn.njk" %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue