|
|
@@ -107,6 +107,9 @@ if !metadata || metadata.viewport !== false
|
|
|
if settings.robotsNoindex
|
|
|
meta(name="robots" content="noindex")
|
|
|
|
|
|
+//- Apple devices
|
|
|
+meta(name="apple-mobile-web-app-capable" content="yes")
|
|
|
+meta(name="apple-mobile-web-app-status-bar-style" content="black-translucent")
|
|
|
|
|
|
//- Icons
|
|
|
link(rel="icon", href="/favicon.ico")
|