summaryrefslogtreecommitdiff
path: root/hs/src/Html.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hs/src/Html.hs')
-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]