]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/websites/immae/history/_includes/header.html
Add Denise websites
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / _includes / header.html
CommitLineData
7130402c
IB
1 <nav class="bg-light border-bottom px-5 py-3">
2
3 <div class="w-75 mx-auto">
4
5 <div class="row">
6 <div class="col-md-6">
7 <div class="d-flex align-items-center">
8 <a href="{{ site.website }}">
9 <img src="{{ site.logo }}" alt="{{ site.name }}" class="logo" alt="Logo">
10 </a>
169805b9 11 <a href="{{ site.url }}{{ site.baseurl }}">
7130402c 12 <span class="text-muted mx-3">
169805b9 13 Historique
7130402c
IB
14 </span>
15 </a>
16 </div>
17 </div>
18
19 <div class="col-md-6 ml-auto d-flex align-items-center justify-content-end">
20 {% if site.rss-feed-icon %}
21 <a href="{{ site.baseurl }}/feed.xml"
22 class="inline-block mt-3 mt-md-0 text-orange d-flex align-items-center">
23 <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 22 22" fill="none"
24 stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"
25 class="feather feather-rss">
26 <path d="M4 11a9 9 0 0 1 9 9"></path>
27 <path d="M4 4a16 16 0 0 1 16 16"></path>
28 <circle cx="5" cy="19" r="1"></circle>
29 </svg>
30 </a>
31 {% endif %}
32 </div>
33 </div>
34
35 </div>
36 </nav>