diff --git a/layouts/partials/footer-center.html b/layouts/partials/footer-center.html new file mode 100644 index 0000000000..e3bd94dee3 --- /dev/null +++ b/layouts/partials/footer-center.html @@ -0,0 +1,5 @@ +{{ 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" }}
{{ end }} +{{ end }} diff --git a/layouts/partials/footer-left.html b/layouts/partials/footer-left.html new file mode 100644 index 0000000000..3ea503e594 --- /dev/null +++ b/layouts/partials/footer-left.html @@ -0,0 +1,5 @@ +{{ with .Site.Params.links }} +{{ with index . "user" }} +{{ partial "footer-links.html" . }} +{{ end }} +{{ end }} diff --git a/layouts/partials/footer-links.html b/layouts/partials/footer-links.html new file mode 100644 index 0000000000..27dd192a27 --- /dev/null +++ b/layouts/partials/footer-links.html @@ -0,0 +1,9 @@ +