|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
<title>{{ album.title }}</title> |
|
|
|
|
<meta name="description" content=""> |
|
|
|
|
<meta name="author" content="{{ author }}"> |
|
|
|
|
<meta name="author" content="{{ album.author }}"> |
|
|
|
|
<meta name="viewport" content="width=device-width"> |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans"> |
|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
</nav> |
|
|
|
|
{% endif %} |
|
|
|
|
<footer> |
|
|
|
|
<p>{% if author %}© {{ author }} - {% endif %} |
|
|
|
|
<p>{% if album.author %}© {{ album.author }} - {% endif %} |
|
|
|
|
Generated by <a href="{{ sigal_link }}">sigal</a></p> |
|
|
|
|
</footer> |
|
|
|
|
</div> |
|
|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
{% if 'sigal.plugins.media_page' in settings.plugins %} |
|
|
|
|
<a href="{{ media.filename}}.html" class="gallery" |
|
|
|
|
title="{{ media.title if media.title else media.filename }}" |
|
|
|
|
data-href="{{ media.filename }}" {{ img_description(media) }}> |
|
|
|
|
data-href="{{ media.filename }}" {{ img_description(media) }}> |
|
|
|
|
{% else %} |
|
|
|
|
<a href="{{ media.filename }}" class="gallery" title="{{ media.filename }}" {{ img_description(media) }}> |
|
|
|
|
{% endif %} |
|
|
|
|
|