summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--megapixels/app/site/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/app/site/parser.py b/megapixels/app/site/parser.py
index 6c5aa8af..9c7efddd 100644
--- a/megapixels/app/site/parser.py
+++ b/megapixels/app/site/parser.py
@@ -146,7 +146,7 @@ def intro_section(metadata, s3_path):
section += "</section>"
if 'caption' in metadata:
- section += "<section><div class='image'><div class='caption'>{}</div></div></section>".format(metadata['caption'])
+ section += "<section><div class='image'><div class='intro-caption caption'>{}</div></div></section>".format(metadata['caption'])
return section