summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2024-05-12 23:29:53 +0200
committerRochDLY <roch.delannay@gmail.com>2024-05-12 23:29:53 +0200
commite405091ca1fe354b28e984137586415ba9658966 (patch)
tree789b881afdb3103447cbe3af38fb9161dcc1a46f /templates
parentdc920a45771abad7fdcf7f3acd7da8432dc88bbf (diff)
downloadpandoc-site-e405091ca1fe354b28e984137586415ba9658966.tar.gz
pandoc-site-e405091ca1fe354b28e984137586415ba9658966.tar.bz2
pandoc-site-e405091ca1fe354b28e984137586415ba9658966.zip
modification du css + suppression glossaire + add presentations
changement du css, ajout de la propriété height: fit-content pour la description du site et changement du partial nav.html pour remplacer glossaire par presentations
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html20
-rw-r--r--templates/partials/nav.html2
2 files changed, 11 insertions, 11 deletions
diff --git a/templates/index.html b/templates/index.html
index 4605930..e7f2612 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,6 +5,14 @@
</head>
<body>
${partials/header.html()}
+ <div class="posts-list">
+ <header class="header-bloc">
+ <h2>Billets de blog</h2>
+ </header>
+ <div>
+ ${body}
+ </div>
+ </div>
${if(title)}
<div class="description-site">
<header class="header-bloc">
@@ -14,15 +22,7 @@
${resume}
</div>
</div>
- <div class="posts-list">
- <header class="header-bloc">
- <h2>Billets de blog</h2>
- </header>
- <div>
- ${body}
- </div>
- </div>
- ${endif}
+ ${endif}
${partials/footer.html()}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
index 03cfa64..43544ef 100644
--- a/templates/partials/nav.html
+++ b/templates/partials/nav.html
@@ -3,7 +3,7 @@
<li><a href="/">Accueil</a></li>
<li><a href="/pages/publications.html">Publications</a></li>
<li><a href="/pages/cours.html">Enseignements</a></li>
- <li><a href="/pages/glossaire.html">Glossaire</a></li>
+ <li><a href="/pages/presentations.html">Présentations</a></li>
<li class="right"><a href="/index-cache.html"></a></li>
</ul>
</nav>