From 1db63cef5cd631dd2fd73028183bc38ec816e92f Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 8 Oct 2019 23:25:33 +0200 Subject: Fix valign for git footer icons --- layouts/partials/docs/git-footer.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/docs/git-footer.html b/layouts/partials/docs/git-footer.html index ab04d9b..bf3e4a7 100644 --- a/layouts/partials/docs/git-footer.html +++ b/layouts/partials/docs/git-footer.html @@ -3,16 +3,20 @@ {{ with .GitInfo }}
{{ $date := .AuthorDate.Local.Format (default "January 2, 2006" $.Site.Params.BookDateFormat) }} - - Changed {{ $date }} + + Changed + {{ $date }}
{{ end }} {{ with .Site.Params.BookEditPath }}
- {{ if $.File }} - Edit Edit this page - {{ end }} + {{ if $.File }} + + Edit + Edit this page + + {{ end }}
{{ end }} -- cgit v1.2.3