summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/benki/wiki/wikiPage.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html
index 9b3af5d..caf587a 100644
--- a/src/main/resources/templates/benki/wiki/wikiPage.html
+++ b/src/main/resources/templates/benki/wiki/wikiPage.html
@@ -6,5 +6,15 @@
</head>
<body>
<h1>{title}</h1>
+
+ <header>
+ Last edit: <time datetime="{date.htmlFormat}">{date.humanFormat}</time> {author.name}
+ </header>
+
+ <main>
+ <article>
+ {content.raw}
+ </article>
+ </main>
</body>
</html>