summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-12 22:29:38 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-12 22:29:38 +0200
commite61d9317ea7abba841f9fe3d88987bd46633dbeb (patch)
tree052cae7a8e7a1b935a881147d3b5cad1ba98cdef
parentCleanup. (diff)
downloadvimwiki-scripts-e61d9317ea7abba841f9fe3d88987bd46633dbeb.tar.gz
vimwiki-scripts-e61d9317ea7abba841f9fe3d88987bd46633dbeb.tar.xz
Added some future directions for HTML output.
-rw-r--r--hs/src/Html.hs9
1 files changed, 8 insertions, 1 deletions
diff --git a/hs/src/Html.hs b/hs/src/Html.hs
index dc3e7db..02d3b0c 100644
--- a/hs/src/Html.hs
+++ b/hs/src/Html.hs
@@ -230,7 +230,14 @@ htmlWrap conf title parts backlinks mtoc main = docTypeHtml $ do
Nothing -> return mempty
H.footer $ do
backlinks
- -- source_link
+ -- src
+ -- generator info
+ -- Generator name (vimwiki-scripts?)
+ -- Generator info
+ -- Generator source
+ -- Generator AGPL
+ -- Generation datetime
+ -- Source (git) version (of page content)
allHeaders :: Pandoc -> [Block]