diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-17 21:14:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-17 21:14:39 -0600 |
| commit | 72cd172ae0f2adfa1b18904a80ae52fe84a508d7 (patch) | |
| tree | b28a858b1494274dee5fc1921450128450245076 /sysret.org/themes/tabi-lean/templates/partials | |
| parent | 5881c9d162ff0df3c074842de6cf7b4df7d5f4b2 (diff) | |
| parent | cabeaaf322408782787df49e7adc45d3a01b5323 (diff) | |
Merge commit '9ab94cbce24dfd422ff6479ebf83cd12e99ec0e2' into master
Diffstat (limited to 'sysret.org/themes/tabi-lean/templates/partials')
| -rw-r--r-- | sysret.org/themes/tabi-lean/templates/partials/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysret.org/themes/tabi-lean/templates/partials/footer.html b/sysret.org/themes/tabi-lean/templates/partials/footer.html index db4bd85..1a5194f 100644 --- a/sysret.org/themes/tabi-lean/templates/partials/footer.html +++ b/sysret.org/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) -%} |
