diff options
author | User Mms <mms@voyager.local> | 2024-10-19 23:39:50 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-19 23:39:50 +0200 |
commit | ea5367066b89053a4e32ba0df5905fbe358e699b (patch) | |
tree | f7aab9f2e82b6bf9b5f805aaf52d6fbddeac49da /themes | |
parent | 84b53106a7e0e8041925e4eac098e25cb8e8cd3a (diff) |
feat: flame on
Diffstat (limited to 'themes')
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index b780182..c2759dd 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -387,7 +387,7 @@ <nav class="nav"> <div class="nav-box"> - <div class="logo"> + <div class="logo" id="faceBg"> {{ partial "blog/face-game.html" . }} </div> @@ -414,6 +414,10 @@ </li> {{- end}} + + <li class="section" id="moneyLink"> + <a href="https://ko-fi.com/mmspl" target="blank">Buy me a Ko-Fi</a> + </li> </ol> {{- end}} |