From d6be24ec3e56af1b7edeed1ab85416e08dd76aa6 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 21 May 2019 03:49:23 -0400 Subject: Add privacy policy link --- config.toml | 2 +- layouts/partials/footer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 7c30f13fe..a6d662378 100644 --- a/config.toml +++ b/config.toml @@ -69,7 +69,7 @@ anchor = "smart" [params] copyright = "Google LLC" -#privacy_policy = "https://policies.google.com/privacy" +privacy_policy = "https://policies.google.com/privacy" github_repo = "https://github.com/google/gvisor-website" # Google Custom Search Engine ID. Remove or comment out to disable search. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4665ac73c..0ad97db94 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,8 +23,8 @@ {{ end }}
- {{ with .Site.Params.copyright }}© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }} - {{ with .Site.Params.privacy_policy }}{{ T "footer_privacy_policy" }}{{ 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 }} -- cgit v1.2.3