feat: add favicons

This commit is contained in:
Matthieu Bessat 2023-07-10 13:01:05 +02:00
parent 35c5977f47
commit eecc11878e
36 changed files with 101 additions and 29 deletions

View file

@ -36,7 +36,7 @@
*/}}
{{ $slides_count := 4 }}
<section class="history-container">
<section class="history-container" id="section-history">
<div class="page-container">
<h2>Une histoire mouvementée...</h2>
</div>
@ -223,7 +223,7 @@
<!-- <h2 class="page-container">Images</h2> -->
<!-- </section> -->
<section class="compare-section">
<section class="compare-section" id="section-compare">
<div class="page-container">
<h2>Un petit bout de palestine en Normandie...</h2>
<div class="compare-items compare-items-dynamic">
@ -311,7 +311,7 @@
</div>
</section>
<section class="organization-section">
<section class="organization-section" id="section-organization">
<div class="page-container">
<!-- <div class="organization__image"> -->
<!-- <!-1- {{ $image := resources.Get "images/assemblee_constitutive_ensemble.jpg" }} -1-> -->
@ -329,7 +329,7 @@
</div>
</section>
<section class="news-section">
<section class="news-section" id="section-news">
<div class="news-presentation">
{{ $pages := where .Site.RegularPages "Type" "in" "actualites" }}
{{ $pag := .Paginate ($pages) }}