Merge pull request #20 from mapitman/master
removing extraneous aria-hidden that wasn't inside an element
This commit is contained in:
commit
890e97c5a0
@ -6,7 +6,7 @@
|
|||||||
<meta property="og:title" content="{{ if ne .URL "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }}" />
|
<meta property="og:title" content="{{ if ne .URL "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }}" />
|
||||||
{{ with .Site.Params.themecolor }}
|
{{ with .Site.Params.themecolor }}
|
||||||
<meta name="theme-color" content="{{ . }}" />
|
<meta name="theme-color" content="{{ . }}" />
|
||||||
aria-hidden="true" {{ end }}
|
{{ end }}
|
||||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
{{ with .Params.images }}{{ range first 5 . }}
|
{{ with .Params.images }}{{ range first 5 . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user