removing extraneous aria-hidden that wasn't inside an element

This commit is contained in:
Mark Pitman 2015-07-21 19:53:54 -07:00
parent 0698e89a42
commit ecc5ab2ecb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta property="og:title" content="{{ if ne .URL "/" }} {{ .Title }} &middot; {{ end }} {{ .Site.Title }}" />
{{ with .Site.Params.themecolor }}
<meta name="theme-color" content="{{ . }}" />
aria-hidden="true" {{ end }}
{{ end }}
<meta property="og:site_name" content="{{ .Site.Title }}" />
<meta property="og:url" content="{{ .Permalink }}" />
{{ with .Params.images }}{{ range first 5 . }}