From b4acc9ef956fbf62fec41982c3167ae94b20427a Mon Sep 17 00:00:00 2001 From: Nouri-Alnahawi <nouri.alnahaiw@h-da.de> Date: Sat, 8 May 2021 20:12:16 +0200 Subject: [PATCH] edit footer --- layouts/partials/footer.html | 6 +++--- themes/docsy | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e89c200..f45d322 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,14 +17,14 @@ {{ end }} </div> <div class="col-12 col-sm-4 text-center py-2 order-sm-2"> - <p> + <small> {{ with $links }} {{ with index . "image"}} {{ template "footer-center-block" .}} {{ end }} {{ end }} - </p> - {{ with .Site.Params.copyright }}<small class="text-white">© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }} + </small> + {{ with .Site.Params.copyright }}<p class="text-white">© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</p>{{ 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 }} diff --git a/themes/docsy b/themes/docsy index 604e27f..c9e2c5a 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 604e27f7caa5dcb6f9f46dd37badd18477fafe7f +Subproject commit c9e2c5af976fdc6f8d3c376e89ee38b61f8d2b79 -- GitLab