diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-17 21:08:12 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-17 21:08:12 -0600 |
| commit | 427cf43452146d758bcc6f6f85701c933d3b69f2 (patch) | |
| tree | 850935b1cd60c56e7f0194adcd83a33fba653de4 /templates | |
| parent | a2ea06d513a5802964f8f0ef5795cec7e548ed7b (diff) | |
Squashed 'themes/tabi-lean/' changes from 95c8796..ddc5323
ddc5323 tabi: posixlycorrect: update skin to make links underlined
101a112 tabi: add posixlycorrect skin
072fd88 tabi: mention vpsfree, nixos, and rsync in the footer
b283e52 tabi: replace hack with jetbrains mono
f6930d3 make the header use hack
12c7257 rename theme to tabi-lean
efb4246 fonts: replace default fonts with Hack
git-subtree-dir: themes/tabi-lean
git-subtree-split: ddc5323846d86b120d7f7d2acd71986839ca1b4d
Diffstat (limited to '')
| -rw-r--r-- | templates/partials/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html index db4bd85..1a5194f 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -100,9 +100,13 @@ {# Shows "Powered by Zola & tabi" notice #} {{ macros_translate::translate(key="powered_by", default="Powered by", language_strings=language_strings) }} + <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://nixos.org/">NixOS</a>, + <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://vpsfree.org/">vpsFree</a>, <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://www.getzola.org">Zola</a> {{ macros_translate::translate(key="and", default="&", language_strings=language_strings) }} - <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://github.com/welpo/tabi">tabi</a> + <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://github.com/welpo/tabi">tabi</a>. + Backed up by + <a rel="{{ rel_attributes }}" {{ blank_target }} href="https://www.rsync.net/">rsync</a>. {# Shows link to remote repository #} {%- if config.extra.remote_repository_url and config.extra.show_remote_source | default(value=true) -%} |
