This commit is contained in:
parent
7f28c88720
commit
a3bd332506
@ -2,8 +2,8 @@
|
||||
<nav class="navbar is-black" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand is-flex is-justify-content-center is-flex-grow-1">
|
||||
<a class="navbar-item" href="/" aria-label="Lien vers la page d'accueil du site">
|
||||
{{ $logoBottom := (resources.Get $.Site.Params.logoHome).Resize "62x28 webp drawing" }}
|
||||
<img src="{{ $logoBottom |relURL }}" alt="Logo de la Compagnie le temps qu'il faut" height="28" width="62">
|
||||
{{ $logoBottom := (resources.Get $.Site.Params.logoHome).Resize "52x24 webp drawing" }}
|
||||
<img src="{{ $logoBottom |relURL }}" alt="Logo de la Compagnie le temps qu'il faut" height="24" width="52">
|
||||
</a>
|
||||
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="mynavbar">
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
<script src="https://kit.fontawesome.com/fd9af19a2d.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script>
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
<noscript><link rel="stylesheet" href="{{ $bulmaCSS.RelPermalink }}"></noscript>-->
|
||||
<link rel="stylesheet" href="{{ $bulmaCSS.RelPermalink }}">
|
||||
|
||||
<script src="https://kit.fontawesome.com/fd9af19a2d.js" crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
{{ $webps.Permalink }} {{ $webps.Width}}w,
|
||||
{{ $webpm.Permalink }} {{ $webpm.Width}}w,
|
||||
{{ $webpl.Permalink }} {{ $webpl.Width}}w"
|
||||
sizes="(max-width: 767px) 427px,
|
||||
sizes="(max-width: 767px) 320px,
|
||||
(max-width: 1439px) 170px,
|
||||
(max-width: 1919px) 240px,
|
||||
(max-width: 2559px) 320px,
|
||||
@ -47,7 +47,8 @@
|
||||
{{ $jpegs.Permalink }} {{ $jpegs.Width}}w,
|
||||
{{ $jpegm.Permalink }} {{ $jpegm.Width}}w,
|
||||
{{ $jpegl.Permalink }} {{ $jpegl.Width}}w"
|
||||
sizes="(max-width: 1439px) 170px,
|
||||
sizes="(max-width: 767px) 320px,
|
||||
(max-width: 1439px) 170px,
|
||||
(max-width: 1919px) 240px,
|
||||
(max-width: 2559px) 320px,
|
||||
427px">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user