aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-11 14:37:38 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-11 14:37:38 +0200
commit1822499fd860f7c0ea0ccbeb2041839a1ea817f2 (patch)
treea1c08733d713a4ceec06de6bea37323297cc0eda /templates
parentAdd Readme. (diff)
downloadwiki-public-1822499fd860f7c0ea0ccbeb2041839a1ea817f2.tar.gz
wiki-public-1822499fd860f7c0ea0ccbeb2041839a1ea817f2.tar.xz
Add wiki_path links to footer.
Diffstat (limited to 'templates')
-rw-r--r--templates/default.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/default.tpl b/templates/default.tpl
index 09bf1df..7c59496 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -16,6 +16,10 @@
%content%
</div>
<hr/>
- <footer> Page generated on %date% </footer>
+ <footer>
+ Page generated on %date% |
+ <a href="http://git.hornquist.se/vimwiki/tree/%wiki_path%">Git</a> |
+ <a href="http://git.hornquist.se/vimwiki/plain/%wiki_path%">Plain</a>
+ </footer>
</body>
</html>