summaryrefslogtreecommitdiff
path: root/megapixels/app/site/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'megapixels/app/site/parser.py')
-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 bfcf5322..87539ade 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