From be4a448f4c831fdcd5c7da82d244bd5be2495fc1 Mon Sep 17 00:00:00 2001
From: Owen Jacobson
Date: Thu, 17 Jan 2013 10:51:53 -0500
Subject: Document Github info now links to page history and raw markdown.
---
.templates/base.html | 2 ++
.templates/document.html | 4 ++++
2 files changed, 6 insertions(+)
(limited to '.templates')
diff --git a/.templates/base.html b/.templates/base.html
index a6ecffd..a3e3f7a 100644
--- a/.templates/base.html
+++ b/.templates/base.html
@@ -11,7 +11,9 @@
{{ config['wiki-name']|e }} —
{% endif %}
Powered by Markdoc.
+ {% block github_info %}
See it on GitHub.
+ {% endblock %}
{% endblock %}
\ No newline at end of file
diff --git a/.templates/document.html b/.templates/document.html
index 8051277..cb57103 100644
--- a/.templates/document.html
+++ b/.templates/document.html
@@ -17,4 +17,8 @@
comments powered by
{{ super() }}
+{% endblock %}
+
+{% block github_info %}
+See this page on GitHub (history).
{% endblock %}
\ No newline at end of file
--
cgit v1.2.3