Add normal tipping links and move Support Me section on the home page

This commit is contained in:
Helen Chong 2024-05-21 17:13:13 +08:00
parent bf0689e410
commit 5d888220cd
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<p>If you enjoy my work, you can support me on Ko-Fi or Buy Me a Coffee:</p> <p>If you enjoy my work, you can support me on <a href="https://ko-fi.com/leilukin">Ko-Fi</a> or <a href="https://buymeacoffee.com/leilukin">Buy Me a Coffee</a>.</p>
<div class="support-me"> <div class="support-me">
<!-- Ko-Fi button --> <!-- Ko-Fi button -->
<script webc:keep webc:bucket="defer" type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script> <script webc:keep webc:bucket="defer" type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>

View File

@ -57,6 +57,11 @@ eleventyNavigation:
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p> <p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p>
</section> </section>
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>
<section class="content__section"> <section class="content__section">
<h2>Directories</h2> <h2>Directories</h2>
{% include "main/webdirectories.njk" %} {% include "main/webdirectories.njk" %}
@ -64,8 +69,3 @@ eleventyNavigation:
<h2>Webrings</h2> <h2>Webrings</h2>
{% include "main/webrings.njk" %} {% include "main/webrings.njk" %}
</section> </section>
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>