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