diff --git a/sigal/themes/colorbox/templates/index.html b/sigal/themes/colorbox/templates/index.html index bad0c7c..8981804 100644 --- a/sigal/themes/colorbox/templates/index.html +++ b/sigal/themes/colorbox/templates/index.html @@ -97,15 +97,15 @@
- {{ media.file }}
-
+
diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html index dc7a580..8b7471b 100644 --- a/sigal/themes/galleria/templates/index.html +++ b/sigal/themes/galleria/templates/index.html @@ -84,7 +84,7 @@ {{ media.file }} {% endif %} diff --git a/tests/sample/pictures/video/stallman-software-freedom-day-low.ogv b/tests/sample/pictures/video/stallman software-freedom-day-low.ogv similarity index 100% rename from tests/sample/pictures/video/stallman-software-freedom-day-low.ogv rename to tests/sample/pictures/video/stallman software-freedom-day-low.ogv diff --git a/tests/test_gallery.py b/tests/test_gallery.py index c7b30d3..ea70932 100644 --- a/tests/test_gallery.py +++ b/tests/test_gallery.py @@ -41,8 +41,8 @@ REF = { }, 'video': { 'title': 'Video', - 'thumbnail': 'stallman-software-freedom-day-low.ogv', - 'medias': ['stallman-software-freedom-day-low.ogv'] + 'thumbnail': 'stallman software-freedom-day-low.ogv', + 'medias': ['stallman software-freedom-day-low.ogv'] } } diff --git a/tests/test_video.py b/tests/test_video.py index 402bbd9..4937cda 100644 --- a/tests/test_video.py +++ b/tests/test_video.py @@ -7,7 +7,7 @@ import os from sigal.video import video_size, generate_video CURRENT_DIR = os.path.dirname(__file__) -TEST_VIDEO = 'stallman-software-freedom-day-low.ogv' +TEST_VIDEO = 'stallman software-freedom-day-low.ogv' SRCFILE = os.path.join(CURRENT_DIR, 'sample', 'pictures', 'video', TEST_VIDEO)