|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<html lang="en"> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
|
|
|
|
|
|
|
|
|
<title>{{ album.title|striptags }}</title> |
|
|
|
|
<meta name="description" content=""> |
|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<link rel="stylesheet" href="{{ theme.url }}/classic/galleria.classic.css"> |
|
|
|
|
<link rel="stylesheet" href="{{ theme.url }}/css/style.min.css"> |
|
|
|
|
{% if settings.use_assets_cdn %} |
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Molengo"> |
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Molengo"> |
|
|
|
|
<style> |
|
|
|
|
body { font: 16px/1.5 Molengo, sans-serif; } |
|
|
|
|
h1, h2, h3, h4, h5, h6 { font-family: "PT Sans", sans-serif; } |
|
|
|
|
@ -21,14 +21,9 @@
|
|
|
|
|
body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } |
|
|
|
|
</style> |
|
|
|
|
{% endif %} |
|
|
|
|
<!--[if lt IE 9]> |
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
|
|
|
<![endif]--> |
|
|
|
|
{% if settings.show_map and album.show_map %} |
|
|
|
|
<link rel="stylesheet" href="{{ theme.url }}/leaflet/leaflet.css" /> |
|
|
|
|
<script src="{{ theme.url }}/leaflet/leaflet.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style type="text/css"> |
|
|
|
|
.gallery-map-toggle { |
|
|
|
|
cursor: pointer; |
|
|
|
|
@ -179,9 +174,9 @@
|
|
|
|
|
|
|
|
|
|
{% if album.medias %} |
|
|
|
|
{% if settings.use_assets_cdn %} |
|
|
|
|
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script> |
|
|
|
|
{% else %} |
|
|
|
|
<script src="{{ theme.url }}/js/jquery-1.11.1.min.js"></script> |
|
|
|
|
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> |
|
|
|
|
{% else %} |
|
|
|
|
<script src="{{ theme.url }}/js/jquery-1.11.1.min.js"></script> |
|
|
|
|
{% endif %} |
|
|
|
|
<script src="{{ theme.url }}/js/galleria-1.4.2.min.js"></script> |
|
|
|
|
<script src="{{ theme.url }}/js/galleria.classic.min.js"></script> |
|
|
|
|
|