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 36ab5a1 commit d766960Copy full SHA for d766960
layouts/partials/framework.html
@@ -1,5 +1,4 @@
1
<link rel="stylesheet" type="text/css" href="{{ "css/bootstrap.css" | relURL }}">
2
-<link rel="stylesheet" type="text/css" href="{{ "css/dark.css" | relURL }}">
3
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap" rel="stylesheet">
4
<script src="/js/color-modes.js"></script>
5
{{ $sassOptions := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true) }}
0 commit comments