From 0baec345963030d9678c8c17826ec245116b45eb Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz Date: Sat, 13 Apr 2024 11:18:14 +0200 Subject: [PATCH] Use null alt text when icon is next to action (#610) --- layouts/partials/docs/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 0cb877a0..a466b6d3 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -5,7 +5,7 @@ {{- $date := partial "docs/date" (dict "Date" .GitInfo.AuthorDate.Local "Format" .Site.Params.BookDateFormat) -}} {{- $commitPath := default "commit" .Site.Params.BookCommitPath -}} - Calendar + {{ $date }} @@ -14,7 +14,7 @@ {{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
- Edit + {{ i18n "Edit this page" }}