From f3796f43f337798d7bc22b94b93c45333976ea4b Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 23 May 2019 16:43:54 +0200 Subject: Change edit and date icons --- layouts/partials/docs/git-footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/docs/git-footer.html b/layouts/partials/docs/git-footer.html index c61d759..ab04d9b 100644 --- a/layouts/partials/docs/git-footer.html +++ b/layouts/partials/docs/git-footer.html @@ -4,14 +4,14 @@
{{ $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 + Edit Edit this page {{ end }}
{{ end }} -- cgit v1.2.3