summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2024-01-12 18:00:39 +0100
committerRochDLY <roch.delannay@gmail.com>2024-01-12 18:00:39 +0100
commit03381d5cadffb92155cf7fa14d45140d1881955a (patch)
tree7adcb0151ee5643c0bdb70372c5deca7917537a1 /templates
parent41463100998603d7161ae0ba04f9c6d90e8fab8f (diff)
downloadpandoc-site-03381d5cadffb92155cf7fa14d45140d1881955a.tar.gz
pandoc-site-03381d5cadffb92155cf7fa14d45140d1881955a.tar.bz2
pandoc-site-03381d5cadffb92155cf7fa14d45140d1881955a.zip
ajout de brouillons et d'un nouvel index-c
Diffstat (limited to 'templates')
-rw-r--r--templates/index-cache.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/index-cache.html b/templates/index-cache.html
new file mode 100644
index 0000000..44317b8
--- /dev/null
+++ b/templates/index-cache.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-cache}
+ </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