Add normal tipping links and move Support Me section on the home page
This commit is contained in:
parent
bf0689e410
commit
5d888220cd
|
@ -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>
|
||||||
|
|
|
@ -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>
|
|
||||||
|
|
Loading…
Reference in New Issue