From 921ad9f0844e19f357d531c348707e88457742c8 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 4 Oct 2024 14:42:45 +0200 Subject: [PATCH] updated layouts --- layouts/partials/docs/footer.html | 37 +++++++++++++------------- layouts/partials/docs/inject/body.html | 1 - layouts/partials/docs/menu.html | 2 +- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index d70ff67..59ae50b 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -12,26 +12,25 @@ - -
- Last edited on {{ .GitInfo.CommitDate.Format "02/01/2006" }} -
- - title: {{ .GitInfo.Subject }} - -
- - commit: {{ .GitInfo.AbbreviatedHash }} - -
- - author: {{ .GitInfo.AuthorName }} - -
- - <{{ .GitInfo.AuthorEmail }}> -
+
+ Last edited on {{ .GitInfo.CommitDate.Format "02/01/2006" }} +
+ + title: {{ .GitInfo.Subject }} + +
+ + commit: {{ .GitInfo.AbbreviatedHash }} + +
+ + author: {{ .GitInfo.AuthorName }} + +
+ + <{{ .GitInfo.AuthorEmail }}> +
diff --git a/layouts/partials/docs/inject/body.html b/layouts/partials/docs/inject/body.html index 3e53c76..e69de29 100644 --- a/layouts/partials/docs/inject/body.html +++ b/layouts/partials/docs/inject/body.html @@ -1 +0,0 @@ - diff --git a/layouts/partials/docs/menu.html b/layouts/partials/docs/menu.html index 67f70eb..d03857c 100644 --- a/layouts/partials/docs/menu.html +++ b/layouts/partials/docs/menu.html @@ -12,7 +12,7 @@ {{ partial "docs/menu-filetree" . }} {{ end }} -
+
{{ partial "docs/menu-hugo" .Site.Menus.after }} {{ partial "docs/inject/menu-after" . }}