aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/pages/image.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/pages/image.tmpl b/templates/pages/image.tmpl
index 4c9b7b0..fcebdd5 100644
--- a/templates/pages/image.tmpl
+++ b/templates/pages/image.tmpl
@@ -1,11 +1,12 @@
{{ define "content" }}
<body>
<div>
- <h3>Image</h3>
+ <h3>{{.ImageTitle }} </h3>
</div>
<div>
<figure>
<img src="http://localhost:8080{{ .ImageUrl }}">
+ <caption>{{.ImageDesc}}</caption>
</figure>
</div>
</body>