aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_includes/header.html
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:36:43 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:36:43 +0200
commit169805b9ed11733ffb0a320a93831f903bbe0002 (patch)
treea8b308330fea5d5bf6ca7af30e8bd432b93a56f3 /modules/private/websites/immae/history/_includes/header.html
parent6080a8e3c2af13907c444cd2f17fcfdf14c5475d (diff)
downloadNix-169805b9ed11733ffb0a320a93831f903bbe0002.tar.gz
Nix-169805b9ed11733ffb0a320a93831f903bbe0002.tar.zst
Nix-169805b9ed11733ffb0a320a93831f903bbe0002.zip
Improve history page
Diffstat (limited to 'modules/private/websites/immae/history/_includes/header.html')
-rw-r--r--modules/private/websites/immae/history/_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/websites/immae/history/_includes/header.html b/modules/private/websites/immae/history/_includes/header.html
index 42eda83..09a5eb3 100644
--- a/modules/private/websites/immae/history/_includes/header.html
+++ b/modules/private/websites/immae/history/_includes/header.html
@@ -8,9 +8,9 @@
8 <a href="{{ site.website }}"> 8 <a href="{{ site.website }}">
9 <img src="{{ site.logo }}" alt="{{ site.name }}" class="logo" alt="Logo"> 9 <img src="{{ site.logo }}" alt="{{ site.name }}" class="logo" alt="Logo">
10 </a> 10 </a>
11 <a href="{{ site.url }}"> 11 <a href="{{ site.url }}{{ site.baseurl }}">
12 <span class="text-muted mx-3"> 12 <span class="text-muted mx-3">
13 Changes 13 Historique
14 </span> 14 </span>
15 </a> 15 </a>
16 </div> 16 </div>