Merge pull request #20 from mapitman/master

removing extraneous aria-hidden that wasn't inside an element
This commit is contained in:
Keichi Takahashi 2015-07-22 11:58:26 +09:00
commit 890e97c5a0
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 . }}