diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-04 16:19:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-04 16:19:32 +0100 |
| commit | a7222a87f2f5159edf54f4a028b4788335580e13 (patch) | |
| tree | c5258ae81e39f73d28c0171015aa60d1c45747d7 /megapixels/app/site/parser.py | |
| parent | dc6a8b4ad5e29f8aea2de73646aeca6e819db0b0 (diff) | |
| parent | d676ac27c4bd7e5a967fbbc86f39836a67c83335 (diff) | |
rebuild
Diffstat (limited to 'megapixels/app/site/parser.py')
| -rw-r--r-- | megapixels/app/site/parser.py | 2 |
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 |
