We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2538375 commit 6605fffCopy full SHA for 6605fff
templates/layout/base.html
@@ -22,9 +22,9 @@
22
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" >
23
<link rel="stylesheet" href="https://unpkg.com/@csstools/normalize.css" />
24
<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">
+ <link rel="stylesheet" href="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.css">
26
27
- <script src="https://unpkg.com/@twinking/macaron/dist/macaron.js" type="text/javascript"></script>
+ <script src="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.js" type="text/javascript"></script>
28
29
<style>
30
:root{
0 commit comments