diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-07-27 10:01:37 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-07-27 10:01:37 -0400 |
| commit | b6f2b9b9e12ae8d744fc06d4d49bb96648f9de37 (patch) | |
| tree | 3bfe77d1b0b6d13c0a517d0d77df6c7a2e0a9bd5 | |
| parent | 1e5075d803265466689f697dcd8535759d7b9b07 (diff) | |
Update footer link and Makefile
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | footer.html | 2 | ||||
| -rw-r--r-- | pages/contribute.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -5,4 +5,4 @@ build: clean: rm -rf build/* -.PHONY: build clean +.PHONY: build clean
\ No newline at end of file diff --git a/footer.html b/footer.html index 0829b35..ad44d9c 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,7 @@ </main> <footer role="contentinfo"> - <p>Found this blog useful? Consider <a href="/contribute">buying me a coffee!</a>.</p> + <p>Found this blog useful?<br> Consider <a href="https://buymeacoffee.com/wqtmtn7ir">buying me a coffee!</a>.</p> <nav id="menu"> <ul> <li><a href="/uses/">Uses</a></li><li><a href="/wiki/">Wiki</a></li><li><a href="/resume/">Resume</a></li><li><a href="/colophon/">Colophon</a></li><li><a href="/now/">Now</a></li><li><a href="/recipes/">Recipes</a></li><li><a href="/index.rss">RSS</a></li> diff --git a/pages/contribute.md b/pages/contribute.md index 3a8f7a4..91d61b6 100644 --- a/pages/contribute.md +++ b/pages/contribute.md @@ -2,7 +2,7 @@ Enjoy my ramblings on this site? Found a particular article helpful? Consider contributing towards hosting costs. -[Buy me a coffee](https://btxx.org/contribute) +[Buy me a coffee](https://buymeacoffee.com/wqtmtn7ir) Donations help cover the costs of running and maintaining this website, along with all my other projects (including [1MB Club](https://1mb.club), [httpd.rocks](https://httpd.rocks), [caddy.ninja](https://caddy.ninja), etc.). |
