aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/image.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/pages/image.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/image.tmpl b/templates/pages/image.tmpl
index fcebdd5..79bf5dc 100644
--- a/templates/pages/image.tmpl
+++ b/templates/pages/image.tmpl
@@ -6,7 +6,7 @@
<div>
<figure>
<img src="http://localhost:8080{{ .ImageUrl }}">
- <caption>{{.ImageDesc}}</caption>
+ <figcaption>{{.ImageDesc }}</figcaption>
</figure>
</div>
</body>