Skip to content

Commit 6605fff

Browse files
committed
📦 deps: pin macaron version
1 parent 2538375 commit 6605fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/layout/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" >
2323
<link rel="stylesheet" href="https://unpkg.com/@csstools/normalize.css" />
2424
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-vader.css">
25-
<link rel="stylesheet" href="https://unpkg.com/@twinking/macaron/dist/macaron.css">
25+
<link rel="stylesheet" href="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.css">
2626

27-
<script src="https://unpkg.com/@twinking/macaron/dist/macaron.js" type="text/javascript"></script>
27+
<script src="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.js" type="text/javascript"></script>
2828

2929
<style>
3030
:root{

0 commit comments

Comments
 (0)