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 | cabeaaf322408782787df49e7adc45d3a01b5323 (patch) | |
| tree | b1b50a8dc8c5d25b3e005f3811c205ef06ebbe21 /themes/tabi-lean/templates | |
| parent | 2c13119932765c6d788f08fb53abc244407c0d80 (diff) | |
| parent | 427cf43452146d758bcc6f6f85701c933d3b69f2 (diff) | |
Merge commit '427cf43452146d758bcc6f6f85701c933d3b69f2'
Diffstat (limited to 'themes/tabi-lean/templates')
| -rw-r--r-- | themes/tabi-lean/templates/partials/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/tabi-lean/templates/partials/footer.html b/themes/tabi-lean/templates/partials/footer.html index db4bd85..1a5194f 100644 --- a/themes/tabi-lean/templates/partials/footer.html +++ b/themes/tabi-lean/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) -%} |
