mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add privacy policy link
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
|
||||
{{ with .Site.Params.copyright }}<small class="text-white">© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
|
||||
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
|
||||
{{ with .Site.Params.copyright }}<div><small class="text-white">© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small></div>{{ end }}
|
||||
{{ with .Site.Params.privacy_policy }}<div><small class="ml-1"><a href="{{ . }}">{{ T "footer_privacy_policy" }}</a></small></div>{{ end }}
|
||||
{{ if not .Site.Params.ui.footer_about_disable }}
|
||||
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user