summaryrefslogtreecommitdiff
path: root/templates/partials/footer.html
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2023-11-07 15:08:43 +0100
committerRochDLY <roch.delannay@gmail.com>2023-11-07 15:08:43 +0100
commitd83836a971f54982bfcde5750834dfe4da369dc1 (patch)
tree55e8ac3e204ad4bf708fde2700d75dfc261f3c17 /templates/partials/footer.html
downloadpandoc-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/partials/footer.html')
-rw-r--r--templates/partials/footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
new file mode 100644
index 0000000..74dc87f
--- /dev/null
+++ b/templates/partials/footer.html
@@ -0,0 +1,9 @@
+<footer>
+ <div>
+ ${if(rights)}
+ <p>${rights-short} ${author-meta}</p>
+ ${endif}
+ <p>Créé avec Pandoc et Make</p>
+ <a href="/pages/colophon.html">Colophon</a>
+ </div>
+</footer> \ No newline at end of file