This commit is contained in:
Will Faught
2025-03-28 17:44:32 -07:00
parent cb1fe22697
commit 98b16c1688

View File

@@ -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">