@kidecms/core 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -165,8 +165,10 @@ navItems.sort((a, b) => a.weight - b.weight);
|
|
|
165
165
|
<head>
|
|
166
166
|
<meta charset="utf-8" />
|
|
167
167
|
<meta name="viewport" content="width=device-width" />
|
|
168
|
-
<link
|
|
169
|
-
|
|
168
|
+
<link
|
|
169
|
+
rel="icon"
|
|
170
|
+
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%AA%90%3C/text%3E%3C/svg%3E"
|
|
171
|
+
/>
|
|
170
172
|
<title>{title}</title>
|
|
171
173
|
<script is:inline>
|
|
172
174
|
if (!document.cookie.includes("tz="))
|