diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 3e5481d..2cce4ec 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -99,7 +99,7 @@ class Video(object): return "" def generate_thumbnail(self, gm_geometry): - thumbnail_name = ".".join(self.name.split(".")[:-1]) + "-%s.png" % gm_geometry + thumbnail_name = ".".join(self.name.split(".")[:-1]) + "-%s.jpg" % gm_geometry source, target = self.base_dir.joinpath(self.name), self.target_dir.joinpath(thumbnail_name) diff --git a/prosopopee/themes/exposure/templates/gallery-index.html b/prosopopee/themes/exposure/templates/gallery-index.html index 2d87cf6..f221ae7 100644 --- a/prosopopee/themes/exposure/templates/gallery-index.html +++ b/prosopopee/themes/exposure/templates/gallery-index.html @@ -10,6 +10,7 @@ + {{ gallery.title }} ยท {{ settings.title }} diff --git a/prosopopee/themes/exposure/templates/sections/author.html b/prosopopee/themes/exposure/templates/sections/author.html index 3676d4c..e38e196 100644 --- a/prosopopee/themes/exposure/templates/sections/author.html +++ b/prosopopee/themes/exposure/templates/sections/author.html @@ -1,7 +1,7 @@ {% set image = Image(section.image) %} {{ image.copy() }}
- +
Story by

{{ section.name }}

diff --git a/prosopopee/themes/exposure/templates/sections/full-picture.html b/prosopopee/themes/exposure/templates/sections/full-picture.html index dd5331e..dfb5467 100644 --- a/prosopopee/themes/exposure/templates/sections/full-picture.html +++ b/prosopopee/themes/exposure/templates/sections/full-picture.html @@ -32,7 +32,7 @@ {% set image = Image(section.image) %} {{ image.copy() }} -
+
{% if section.text %}