diff --git a/build/page.py b/build/page.py index 2a6af6d..d233994 100644 --- a/build/page.py +++ b/build/page.py @@ -61,6 +61,9 @@ with open(dummy_file, 'r') as read_file, open(dest_file, 'w') as write_file: # extract images from their enclosing

tags and put them in img panels html = re.sub('(

()

)', r'
\2
', html) + # wrap