From 97395d876cce68513dc29416cec937a32765df15 Mon Sep 17 00:00:00 2001 From: Track3 Date: Mon, 31 Dec 2018 15:20:34 +0800 Subject: Slightly improve accessibility * Add `title` attribute to some buttons or icons --- layouts/partials/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ae1a9a8..9eb24f2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -12,15 +12,15 @@
{{ with .Params.featuredImg -}} - + {{- end }} {{- with .Params.toc -}} - + {{- end }} {{- with .Site.Params.social -}} {{ partialCached "social-icons.html" . }} {{- end -}} - +
-- cgit v1.2.3