diff options
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) -%} |
