-
-
- {% endif %}
-
{% if album.medias %}
{% macro img_description(media) -%}
{%- if media.big -%}Full size{%- endif -%}
diff --git a/sigal/themes/galleria/templates/landing.html b/sigal/themes/galleria/templates/landing.html
index a22d3da..bd70e68 100644
--- a/sigal/themes/galleria/templates/landing.html
+++ b/sigal/themes/galleria/templates/landing.html
@@ -12,21 +12,6 @@
- {# We will always want to show the first image when we're on an album page #}
- {# Start loading now for faster document complete instead of waiting for js to load it #}
- {% if album.medias %}
-
- {% endif %}
-
- {% if settings.show_map and album.show_map %}
-
- {% endif %}
-
- {% include 'analytics.html' %}
{% include 'gtm.html' %}
@@ -43,20 +28,9 @@
{% endif %}
-
- {% if album.breadcrumb %}
- -
- {% for alb in album.albums %}
-
-
-
- {{ alb.title }} -
- {% endfor %}
-
- {%- for url, title in album.breadcrumb -%} - {{ title }} - {%- if not loop.last %} ยป {% endif -%} - {% endfor -%} -
-- {% endif %}
- {% if album.albums %}
- {% endif %}
-
- {% if album.medias %}
- {% macro img_description(media) -%}
- {%- if media.big -%}Full size{%- endif -%}
- {# clean up tags and whitespace, including newlines, in the description #}
- {%- if media.description -%}
{{ media.description | striptags }}{%- endif -%} - {%- if media.exif -%} - - {%- if media.exif.gps -%} - {{ 'N{:.6f}'.format(media.exif.gps.lat) if media.exif.gps.lat > 0 else 'S{:.6f}'.format(-media.exif.gps.lat) }}{{ 'E{:.6f}'.format(media.exif.gps.lon) if media.exif.gps.lon > 0 else 'W{:.6f}'.format(-media.exif.gps.lon) }} - {%- endif -%} - {%- if media.exif.Make or media.exif.Model -%} - {{ media.exif.Make }} {{ media.exif.Model }} - {%- endif -%} - {%- if media.exif.datetime -%} - {{ media.exif.datetime }} - {%- endif -%} - {% endif %} - {%- endmacro %} - - - {% endif %} - - {% if album.zip %} -
-
@@ -68,56 +42,6 @@
{% endfor %}
{{ media.description | striptags }}{%- endif -%} - {%- if media.exif -%} - - {%- if media.exif.gps -%} - {{ 'N{:.6f}'.format(media.exif.gps.lat) if media.exif.gps.lat > 0 else 'S{:.6f}'.format(-media.exif.gps.lat) }}{{ 'E{:.6f}'.format(media.exif.gps.lon) if media.exif.gps.lon > 0 else 'W{:.6f}'.format(-media.exif.gps.lon) }} - {%- endif -%} - {%- if media.exif.Make or media.exif.Model -%} - {{ media.exif.Make }} {{ media.exif.Model }} - {%- endif -%} - {%- if media.exif.datetime -%} - {{ media.exif.datetime }} - {%- endif -%} - {% endif %} - {%- endmacro %} - - - {% endif %} - - {% if album.zip %} -
-
- {% endif %}
-
- {% if album.description %}
- - Download ZIP -
-
- {{ album.description }}
-
- {% endif %}

