diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b7bbbbdcf..b64e17dc0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,22 +12,27 @@
{{ with $links }} {{ with index . "developer"}} - {{ template "footer-links-block" . }} - {{ end }} + {{ end }}
{{ with .Site.Params.copyright }}© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }} {{ with .Site.Params.privacy_policy }}{{ T "footer_privacy_policy" }}{{ end }} - {{ if not .Site.Params.ui.footer_about_disable }} - {{ with .Site.GetPage "about" }}

{{ .Title }}

{{ end }} - {{ end }} + {{ if not .Site.Params.ui.footer_about_disable }} + {{ with .Site.GetPage "about" }}

{{ .Title }}

{{ end }} + {{ end }}
{{ define "footer-links-block" }} - {{ end }} diff --git a/static/img/powered-gvisor.png b/static/img/powered-gvisor.png new file mode 100644 index 000000000..e00c74a33 Binary files /dev/null and b/static/img/powered-gvisor.png differ