summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rw-r--r--root/templates/edit.tt3
-rw-r--r--root/templates/page.tt3
2 files changed, 6 insertions, 0 deletions
diff --git a/root/templates/edit.tt b/root/templates/edit.tt
index a2be77c..c0c115c 100644
--- a/root/templates/edit.tt
+++ b/root/templates/edit.tt
@@ -8,5 +8,8 @@
<input type="submit" value="Submit" />
</form>
</p>
+<p style="text-size: small">
+Last modified by [% author.id %] on [% modified %]
+</p>
</body>
</html>
diff --git a/root/templates/page.tt b/root/templates/page.tt
index d9e16dc..e3e60c2 100644
--- a/root/templates/page.tt
+++ b/root/templates/page.tt
@@ -5,5 +5,8 @@
<p>
[% text %]
</p>
+<p style="text-size: small">
+Last modified by [% author.id %] on [% modified %]
+</p>
</body>
</html>