diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 624eb01..f9c46d1 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -6,25 +6,24 @@ {{- $commitPath := default "commit" .Site.Params.BookCommitPath -}} + {{ i18n "Last modified by" }} {{ .GitInfo.AuthorName }} | {{ $date }} {{ end }} - + {{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }} -
- - - {{ i18n "Edit this page" }} - -
+
+ + + {{ i18n "Edit this page" }} + +
{{ end }} -{{ $script := resources.Get "clipboard.js" | resources.Minify }} -{{ with $script.Content }} - -{{ end }} \ No newline at end of file + {{ $script := resources.Get "clipboard.js" | resources.Minify }} + {{ with $script.Content }} + + {{ end }}