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 %} - {{ media.url }} + {{ media.url }}{% 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 %}> {{ media.url }} + 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 %}
-
diff -Naur colorbox/templates/album_list.html bgstack15/templates/album_list.html --- colorbox/templates/album_list.html 2021-01-24 14:32:13.437676429 -0500 +++ bgstack15/templates/album_list.html 2021-01-26 11:07:33.304994900 -0500 @@ -13,7 +13,7 @@ {{ alb.title }} - {{ alb.title }} + {{ alb.title }}

{% if loop.last or loop.index % nb_columns == 0 %} diff -Naur colorbox/templates/base.html bgstack15/templates/base.html --- colorbox/templates/base.html 2021-01-24 14:32:13.437676429 -0500 +++ bgstack15/templates/base.html 2021-01-26 19:48:52.253246381 -0500 @@ -43,7 +43,7 @@ {% if album.description %}
- {{ album.description }} + {{ album.description }}{%endif%}{% if settings.edit_enabled %} {{ settings.edit_string }}{% if album.description %}{% endif %}
{% endif %} Footer.html is from the default sigal theme. diff -Naur colorbox/templates/footer.html bgstack15/templates/footer.html --- colorbox/templates/footer.html 1969-12-31 19:00:00.000000000 -0500 +++ bgstack15/templates/footer.html 2021-01-24 16:12:46.323753022 -0500 @@ -0,0 +1,16 @@ + Links.html is from the default sigal theme. diff -Naur colorbox/templates/links.html bgstack15/templates/links.html --- colorbox/templates/links.html 1969-12-31 19:00:00.000000000 -0500 +++ bgstack15/templates/links.html 2021-01-26 20:24:11.346480465 -0500 @@ -0,0 +1,10 @@ +{% if settings.links or settings.edit_enabled %} + +{% endif %} diff -Naur colorbox/templates/media.html bgstack15/templates/media.html --- colorbox/templates/media.html 2021-01-24 14:32:13.438676357 -0500 +++ bgstack15/templates/media.html 2021-01-24 15:54:56.374587308 -0500 @@ -16,6 +16,7 @@
{% if media.type == "image" %} {{ media.title }} +

{{ media.title }}

{% endif %} {% if media.type == "video" %}