fix publish
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m12s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m12s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
{{ $sass := resources.Get "sass/main.scss" }}
|
||||
{{ $style := $sass | resources.ToCSS }}
|
||||
{{ $style := $sass | css.Sass }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen">
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
|
||||
<!-- Plausible analytics (we protect your privacy) -->
|
||||
<script defer data-domain="coopgo.fr" src="https://plausible.coopgo.io/js/plausible.js"></script>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user