arthur.bebou

Le site arthur.bebou.netlib.re - retour accueil

git clone git://bebou.netlib.re/arthur.bebou

Log | Files | Refs |

commit d8387cbc3a133f2f2c0e8964e03656a941b0ed9c
parent 79ce367e5dc39fa0d9da6c74d4b4ac6202c938fb
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 23 Jul 2025 20:05:31 +0200

Le footer doit être dans le body

Merci Timothée
https://validator.w3.org/nu/?doc=http%3A%2F%2Farthur.bebou.netlib.re%2F

Diffstat:
Mlayouts/html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/layouts/html b/layouts/html @@ -4,12 +4,12 @@ layout() { <html lang="fr"> <head> <title>${title?La page dont le chemin s'affiche au dessus nécessite un titre}</title> - ${STYLE:+<link rel="stylesheet" href=\"$STYLE\" />} + ${STYLE:+<link rel="stylesheet" href=\"$STYLE\">} <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <meta name="description" content="$description" /> - <meta name="author" content="$author" /> - <link rel="icon" href="/favicon.png" /> + <meta name="description" content="$description"> + <meta name="author" content="$author"> + <link rel="icon" href="/favicon.png"> </head> <header> <h1>$title</h1> @@ -22,13 +22,13 @@ $([ "$file" = "contents/index.sh" -o "$file" = "contents/legal.sh" ] || echo "<a $( [ "$file" = "contents/index.sh" ] || show tdm) $(show main) </main> -</body> <footer> Contact : arthur.pons (a bizarre) unistra.fr<br> Code : <a href="http://git.bebou.netlib.re/arthur.bebou/log.html">http://git.bebou.netlib.re/arthur.bebou</a><br> Généré avec un catium modifié pour faire un blog<br> <a href="/legal.html">Mentions légales</a> </footer> +</body> </html> @@ }