From 644a73cb468acca68a78ae0a881c7eb5bd16e750 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 4 Apr 2019 10:45:10 -0700 Subject: Added "Powered by gVisor" image to footer --- layouts/partials/footer.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'layouts/partials/footer.html') 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 }} -- cgit v1.2.3