diff options
| -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.). |
