Differences between the built-in [colorbox](/home/sigal/.local/lib/python3.6/site-packages/sigal/themes/colorbox) theme in sigal and bgstack15 theme.
diff -Naur colorbox/static/css/style.css bgstack15/static/css/style.css
--- colorbox/static/css/style.css 2021-01-24 14:32:13.428676605 -0500
+++ bgstack15/static/css/style.css 2021-01-24 16:11:59.211313409 -0500
@@ -1,4 +1,4 @@
-body { background-color: white; }
+body { background-color: #e2e2e2; } /* modified bgstack15 2021-01-24 */
/* Override a few styles from skeleton */
h1 { font-size: 4.0rem; }
h2 { font-size: 3.6rem; }
diff -Naur colorbox/templates/album.html bgstack15/templates/album.html
--- colorbox/templates/album.html 2021-01-24 14:32:13.437676429 -0500
+++ bgstack15/templates/album.html 2021-01-26 19:48:12.152651121 -0500
@@ -29,8 +29,9 @@
{% endif %}
-
+ {% if '.jpg' not in media.title or settings.edit_enabled %}
{% endif %}{% if '.jpg' not in media.title %}{{ media.title }}{% endif %}{% if settings.edit_enabled %} {{ settings.edit_string }}{% endif %}
+ {% if media.description %}{{ media.description }}{% endif %}
{% endif %}
{% if media.type == "video" %}
@@ -43,12 +44,13 @@
{% endif %}
{% if media.big %} data-big="{{ media.big_url }}"{% endif %}>
+ title="{{ media.title }}" />{% if ('.mp4' not in media.title and '.webm' not in media.title) or settings.edit_enabled %}
{% endif %}{% if ('.jpg' not in media.title and '.webm' not in media.title) %}{{ media.title }}{% endif %}{% if settings.edit_enabled %} {{ settings.edit_string }}{% endif %}
+ {% if media.description %}{{ media.description }}{% endif %}
{{ media.title }}
{% endif %} {% if media.type == "video" %}