Skip to content

Commit 5f18ac5

Browse files
committed
fix: correct reveal.js new version
1 parent f773b2d commit 5f18ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/lectures/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
99
/>
1010
<title>{{ .Title }}</title>
11-
{{ $style := readFile "node_modules/reveal.js/dist/reveal.css" | resources.FromString "reveal.css" | toCSS | minify }}
11+
{{ $style := readFile "node_modules/reveal.js/dist/reveal.css" | resources.FromString "reveal.css" | minify }}
1212
<link rel="stylesheet" href="{{ $style.Permalink }}" />
1313
{{ $style := readFile "node_modules/reveal.js/dist/theme/league.css" | resources.FromString "league.css" | toCSS | minify }}
1414
<link rel="stylesheet" href="{{ $style.Permalink }}" />

0 commit comments

Comments
 (0)