File tree Expand file tree Collapse file tree 2 files changed +38
-38
lines changed Expand file tree Collapse file tree 2 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 9
9
} catch ( e ) { }
10
10
</ script >
11
11
%sveltekit.head%
12
+ < link
13
+ rel ="alternate "
14
+ type ="application/rss+xml "
15
+ title ="daisyUI Blog "
16
+ href ="https://daisyui.com/blog/rss.xml "
17
+ />
18
+ < meta name ="theme-color " content ="oklch(var(--b1)) " />
19
+ < link
20
+ rel ="icon "
21
+ href ="https://img.daisyui.com/images/daisyui-logo/daisyui-logomark.svg "
22
+ type ="image/svg+xml "
23
+ />
24
+ < link
25
+ rel ="icon "
26
+ sizes ="192x192 "
27
+ href ="https://img.daisyui.com/images/daisyui-logo/favicon-192.png "
28
+ />
29
+ < link
30
+ rel ="apple-touch-icon "
31
+ href ="https://img.daisyui.com/images/daisyui-logo/favicon-180.png "
32
+ />
33
+ < link rel ="manifest " href ="/manifest.webmanifest " />
34
+ < link
35
+ media ="screen and (min-width: 520px) "
36
+ rel ="preconnect "
37
+ href ="https://fonts.googleapis.com "
38
+ />
39
+ < link
40
+ media ="screen and (min-width: 520px) "
41
+ rel ="preconnect "
42
+ href ="https://fonts.gstatic.com "
43
+ crossorigin
44
+ />
45
+ < link
46
+ media ="screen and (min-width: 520px) "
47
+ href ="https://fonts.googleapis.com/css2?family=Outfit:wght@300;600&family=Noto+Sans+JP:wght@300;900&family=Noto+Sans:wght@300;900&family=Vazirmatn:wght@300;900&display=swap "
48
+ rel ="stylesheet "
49
+ />
12
50
</ head >
13
51
< body >
14
52
< div > %sveltekit.body%</ div >
Original file line number Diff line number Diff line change 74
74
}
75
75
</script >
76
76
77
- <svelte:head >
78
- <link
79
- rel =" alternate"
80
- type =" application/rss+xml"
81
- title =" daisyUI Blog"
82
- href =" https://daisyui.com/blog/rss.xml"
83
- />
84
- <meta name =" theme-color" content =" oklch(var(--b1))" />
85
- <link
86
- rel =" icon"
87
- href =" https://img.daisyui.com/images/daisyui-logo/daisyui-logomark.svg"
88
- type =" image/svg+xml"
89
- />
90
- <link
91
- rel =" icon"
92
- sizes =" 192x192"
93
- href =" https://img.daisyui.com/images/daisyui-logo/favicon-192.png"
94
- />
95
- <link rel =" apple-touch-icon" href =" https://img.daisyui.com/images/daisyui-logo/favicon-180.png" />
96
- <link rel =" manifest" href =" /manifest.webmanifest" />
97
- <link
98
- media =" screen and (min-width: 520px)"
99
- rel =" preconnect"
100
- href =" https://fonts.googleapis.com"
101
- />
102
- <link
103
- media =" screen and (min-width: 520px)"
104
- rel =" preconnect"
105
- href =" https://fonts.gstatic.com"
106
- crossorigin
107
- />
108
- <link
109
- media =" screen and (min-width: 520px)"
110
- href =" https://fonts.googleapis.com/css2?family=Outfit:wght@300;600& family=Noto+Sans+JP:wght@300;900& family=Noto+Sans:wght@300;900& family=Vazirmatn:wght@300;900& display=swap"
111
- rel =" stylesheet"
112
- />
113
- </svelte:head >
114
-
115
77
<div
116
78
class ={` bg-base-100 drawer mx-auto max-w-[100rem] ${
117
79
data .pagesThatDontNeedSidebar .matchPattern ($page .url .pathname ) ? " " : " lg:drawer-open"
You can’t perform that action at this time.
0 commit comments