summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page/item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/item.html b/templates/page/item.html
index 729cfad..5fc9424 100644
--- a/templates/page/item.html
+++ b/templates/page/item.html
@@ -1,6 +1,6 @@
 <header>
+  <img src="${image}" />
 	<h1><a href="">${title}</a></h1>
-	<p><strong>Last modification on </strong> <time datetime="${updated}">${updated}</time></p>
 </header>
 
 %{contentfile}