diff options
author | RochDLY <roch.delannay@gmail.com> | 2023-11-07 15:26:34 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2023-11-07 15:26:34 +0100 |
commit | 9b3e9c39181d88940ab13b5b756aca386845eb52 (patch) | |
tree | ed7f35c22c1f414470731ce99ee50d7a7c0eb425 /templates/post.html | |
parent | d83836a971f54982bfcde5750834dfe4da369dc1 (diff) | |
download | pandoc-site-9b3e9c39181d88940ab13b5b756aca386845eb52.tar.gz pandoc-site-9b3e9c39181d88940ab13b5b756aca386845eb52.tar.bz2 pandoc-site-9b3e9c39181d88940ab13b5b756aca386845eb52.zip |
changement de l'appel de la métadonnées title pour site-title (sinon il y a des conflits entre le title de la page et le title du site) + changement de Cours pour Enseignements dans le <nav> + creation du CNAME dans le dossier static/ car sinon le supprime le CNAME
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/post.html b/templates/post.html index c349cf0..6d24e5d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -17,15 +17,15 @@ ${table-of-contents} ${if(title)} <header class="header-bloc"> <h1>${title}</h1> -${if(subtitle)} +<!-- ${if(subtitle)} <h2>${subtitle}</h2> -${endif} +${endif} --> ${if(date)} <time>${date}</time> ${endif} -${if(author)} +<!-- ${if(author)} <p>${author}</p> -${endif} +${endif} --> </header> ${endif} ${if(body)} |