From fe05501b9aeb887d1b025a70bb4cb403af53bd5d Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Fri, 30 Sep 2016 12:43:08 +0200 Subject: [PATCH] Improvement for social icons in about.html (#41) * Apply aria-hidden to the whole list of social icons since it also affects all descendants. Thus, the code becomes a bit shorter. See http://stackoverflow.com/a/18933265 for more details. * Shorten code for including social icons. This way icon packs which are included via `custom_css` are also supported. Signed-off-by: Stephan Kulla --- layouts/partials/widgets/about.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html index 962e8c6e..a61f7dbf 100644 --- a/layouts/partials/widgets/about.html +++ b/layouts/partials/widgets/about.html @@ -16,15 +16,11 @@ {{ with .Site.Params.organization }}

{{ . }}

{{ end }} -