diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-23 03:11:52 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-23 03:11:52 +1200 |
commit | bc4bd9ca01bd65ee6da22f1ef784cddf39356e17 (patch) | |
tree | 06847a40caabebd8765915a21e2dadf4d03610b4 /project/templates | |
parent | 1c891069797058d31d7e201b1325d45dc83bc175 (diff) |
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/base.xhtml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml index 27fad39..1e49e09 100644 --- a/project/templates/base.xhtml +++ b/project/templates/base.xhtml @@ -11,7 +11,15 @@ </head> <body> <div class="white"> - <h2>Jedidiah Barber's Personal Site</h2> + <div class="header"> + <h2>Jedidiah Barber's Personal Site</h2> + <a href="https://liberapay.com/jedb/donate"> + <img src="/img/liberapay_donate.svg" + alt="Donate via Liberapay" + height="30" + width="83" /> + </a> + </div> <hr /> <div class="nav"> <ul> |