Skip to content

Commit

Permalink
update: added rss and buymeacoffee link in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitesh117 committed Nov 15, 2024
1 parent 1edf4f2 commit 8fb2904
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- extend_footer.html -->
{{ if and .IsPage (not .IsSection) (ne .RelPermalink "/tags/") (ne .RelPermalink
"/search/") }}
"/search/") (ne .RelPermalink "/about/") }}
<style>
.buy-me-coffee {
display: inline-flex;
Expand Down Expand Up @@ -60,6 +60,14 @@
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
<span>·</span>
<span>
<a target="_blank" href="https://jitesh117.github.io/index.xml">RSS Feed</a>
</span>
<span>·</span>
<span>
<a target="_blank" href="https://buymeacoffee.com/jitesh117">Buy Me A Coffee</a>
</span>
</footer>
{{- end }}

Expand Down

0 comments on commit 8fb2904

Please sign in to comment.