summaryrefslogtreecommitdiff
path: root/megapixels/app/site/parser.py
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-03-04 15:52:12 +0100
committeradamhrv <adam@ahprojects.com>2019-03-04 15:52:12 +0100
commit67345cd6b426f06dd70a3d2b01477432845fd1a7 (patch)
treed76013017cf82479fa5a9943670f29fc1dccdca6 /megapixels/app/site/parser.py
parentbc0349c19a63b06859341bfa83ff43efdea763d4 (diff)
update parser
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 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