Skip to content

Commit f340b49

Browse files
committed
chore(ci): upstream update
1 parent ff74057 commit f340b49

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="apple-mobile-web-app-capable" content="yes" />
6-
<meta name="generator" content="slidesdown 1.2.10" />
6+
<meta name="generator" content="slidesdown 1.2.11" />
77
<link href="https://slidesdown.github.io" rel="canonical" />
88
<meta content="Slidesdown" property="og:title" />
99
<meta content="Presentations at the speed of Markdown" name="description" />
@@ -85,7 +85,8 @@
8585
data-separator-vertical="^(#{3} |\|\|\|$)"
8686
data-separator-notes="^notes?:"
8787
id="markdown"
88-
></section>
88+
>
89+
</section>
8990
</div>
9091

9192
<!-- Layout components -->
@@ -110,10 +111,13 @@
110111
<script src="/vendor/unocss/preset-icons.global.js"></script>
111112
<script src="/vendor/unocss/preset-typography.global.js"></script>
112113
<script src="/vendor/unocss/preset-uno.global.js"></script>
114+
<script src="/vendor/unocss/preset-wind4.global.js"></script>
113115
<script src="/vendor/unocss/preset-web-fonts.global.js"></script>
114116
<script>
117+
// Documentation: https://unocss.dev/integrations/runtime#usage
115118
window.__unocss = {
116119
presets: [
120+
() => window.__unocss_runtime.presets.presetWind4(),
117121
() => window.__unocss_runtime.presets.presetAttributify(),
118122
() =>
119123
window.__unocss_runtime.presets.presetIcons({
@@ -127,7 +131,10 @@
127131
};
128132
</script>
129133
<script src="/vendor/unocss/core.global.js"></script>
130-
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
134+
<script
135+
async
136+
src="https://scripts.simpleanalyticscdn.com/latest.js"
137+
></script>
131138
<!-- <script -->
132139
<!-- async -->
133140
<!-- src="https://www.googletagmanager.com/gtag/js?id=G-5277P6Q3RP" -->

0 commit comments

Comments
 (0)