Skip to content

Commit

Permalink
Move down social icons and Buy Me a Coffee button
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 15, 2024
1 parent 7717060 commit 6e552ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<img src="/assets/icons/helenchong-200x40.png" alt="Helen Chong's 200×40 website button" width="200" height="40" loading="lazy">
</div>

<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/icons/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="59" loading="lazy"></a></div>

{% include "global/socials.njk" %}

<h2 class="visually-hidden">Footer Navigation:</h2>
<ul class="inline-list">
<li><a href="{{ sitemeta.feedPath }}">RSS Feed</a></li>
Expand All @@ -22,6 +18,10 @@
<p>Built with &#x2661; by {{ sitemeta.siteAuthor.name }}. 2023–{% currentYear %}.</p>
<p>Built with <a href="https://www.11ty.dev/">Eleventy</a>. <a href="https://github.com/helenclx/helenchong.dev" class="external-link">Source Code</a>.</p>

{% include "global/socials.njk" %}

<div class="widgets"><a href="https://buymeacoffee.com/helenchong"><img src="/assets/icons/buymeacoffee.png" alt="Buy Me a Coffee" width="200" height="59" loading="lazy"></a></div>

{% include "global/h-card.njk" %}
{% include "global/top-btn.njk" %}
</footer>
Expand Down

0 comments on commit 6e552ab

Please sign in to comment.