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 }}
+
+ {{ 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" }}
-