fix publish
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m12s

This commit is contained in:
2025-02-13 07:58:10 +01:00
parent df706254f3
commit 7befa8c2d1
2 changed files with 4 additions and 4 deletions

View File

@@ -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>