This commit is contained in:
parent
e3624b0f0e
commit
92b5c9c0f9
@ -4,7 +4,8 @@
|
||||
<!-- Bloc pour les styles CSS -->
|
||||
|
||||
{{ $customCSS := resources.Get "css/style.css" | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">
|
||||
<link rel="preload" href="{{ $customCSS.RelPermalink }}" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"></noscript>
|
||||
{{- block "styles" . }}{{- end }}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{{ define "styles"}}
|
||||
{{ $customCSS := resources.Get "css/index.css" | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">
|
||||
<link rel="preload" href="{{ $customCSS.RelPermalink }}" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"></noscript>
|
||||
<style>
|
||||
.carousel-item {
|
||||
position: absolute;
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
||||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="preload" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"></noscript>
|
||||
|
||||
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"></noscript>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Lato:wght@300;400;700;900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link href="https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Lato:wght@300;400;700;900&display=swap"></noscript>
|
||||
@ -1,7 +1,8 @@
|
||||
|
||||
{{ define "styles"}}
|
||||
{{ $customCSS := resources.Get "css/presse.css" | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">
|
||||
<link rel="preload" href="{{ $customCSS.RelPermalink }}" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"></noscript>
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{{ define "styles"}}
|
||||
{{ $customCSS := resources.Get "css/spectacles.css" | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">
|
||||
<link rel="preload" href="{{ $customCSS.RelPermalink }}" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"></noscript>
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{{ define "styles"}}
|
||||
{{ $customCSS := resources.Get "css/single-spectacle.css" | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $customCSS.RelPermalink }}">
|
||||
<link rel="preload" href="{{ $customCSS.RelPermalink }}" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ $customCSS.RelPermalink }}"></noscript>
|
||||
{{ end }}
|
||||
|
||||
{{ define "content" }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user