arthur.bebou

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

git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |

commit 30b5d545a33ce427811158dee20151cee9cfd618
parent 8c776f2dce08bfae960b18b8fd384def4e54e35e
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sun,  8 Dec 2024 10:24:51 +0100

Retour accueil dans un nav et pas un p

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

diff --git a/layouts/html b/layouts/html @@ -13,9 +13,9 @@ layout() { </head> <header> <h1>$title</h1> -<p> +<nav> $([ "$file" = "contents/index.sh" -o "$file" = "contents/legal.sh" ] || echo "<a href="/">Retour accueil</a>") -</p> +</nav> </header> <body> <main>