diff options
| author | Christian Cleberg <[email protected]> | 2026-02-05 17:52:25 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-05 17:52:25 -0600 |
| commit | 60f3c50fd35779ecca484cda4b09b9694650c028 (patch) | |
| tree | 2323726806ac73e7da47a28efcfd94b3bb575d59 /theme/templates | |
| parent | 66510722ecff6bd4c827391295aa682dcf69e87e (diff) | |
| download | cleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.tar.gz cleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.tar.bz2 cleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.zip | |
add /tips page
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 50dc530..9f1c48e 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -35,7 +35,8 @@ <footer> <a href="https://github.com/ccleberg/cleberg.net">SOURCE</a> · <a href="/feed.xml">RSS</a> · - <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">ONION</a> + <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">ONION</a> · + <a href="/tips">Tips</a> </footer> </body> </html> |
