Add apple-mobile-web-app-title to metas

It specifies a title for homescreen bookmarks.
master
Florian Achleitner 4 months ago committed by Will Faught
parent a337c12d14
commit 2098351261

@ -14,6 +14,8 @@
<meta charset="utf-8">
<meta name="apple-mobile-web-app-title" content="{{ site.Title | markdownify | plainify | htmlUnescape }}" />
{{ with $author }}
<meta content="{{ . }}" name="author">
{{ end }}

Loading…
Cancel
Save