From c348cc8cc76306c3d3e533888b3d30ea7566e075 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 21 Dec 2020 19:57:20 +0100 Subject: Use Pandoc to write content in Markdown --- templates/base.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..1f7613c --- /dev/null +++ b/templates/base.html @@ -0,0 +1,67 @@ + + + + + + + $for(author-meta)$ + + $endfor$ + $if(date-meta)$ + + $endif$ + $if(keywords)$ + + $endif$ + $if(ismain)$$else$$title$ – $endif$$sitetitle$ + + + + + +
+ $if(ismain)$ + + $else$ + + $endif$ + + $body$ +
+ + $if(ismain)$ + + + + $endif$ + + + -- cgit v1.2.3-54-g00ecf