diff options
author | RochDLY <roch.delannay@gmail.com> | 2023-11-07 15:08:43 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2023-11-07 15:08:43 +0100 |
commit | d83836a971f54982bfcde5750834dfe4da369dc1 (patch) | |
tree | 55e8ac3e204ad4bf708fde2700d75dfc261f3c17 /templates/index.html | |
download | pandoc-site-d83836a971f54982bfcde5750834dfe4da369dc1.tar.gz pandoc-site-d83836a971f54982bfcde5750834dfe4da369dc1.tar.bz2 pandoc-site-d83836a971f54982bfcde5750834dfe4da369dc1.zip |
git init du carnet généré avec make et pandoc
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..4605930 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html lang="${lang}" xml:lang="${lang}"> + <head> + ${partials/head.html()} + </head> + <body> + ${partials/header.html()} + ${if(title)} + <div class="description-site"> + <header class="header-bloc"> + <h2>${title}</h2> + </header> + <div class="content"> + ${resume} + </div> + </div> + <div class="posts-list"> + <header class="header-bloc"> + <h2>Billets de blog</h2> + </header> + <div> + ${body} + </div> + </div> + ${endif} + ${partials/footer.html()} + </body> +</html>
\ No newline at end of file |