diff options
author | luxagraf <sng@luxagraf.net> | 2022-08-28 09:59:37 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-08-28 09:59:37 -0500 |
commit | dd68125f1a4d89a18faf423920754b6563e8a95d (patch) | |
tree | d076e08fc2be2cf11ef8755e0686e9762db7b7ae /templates | |
parent | 29021c9bdb18e21427a38fc024d893efbeea1574 (diff) |
range: fixed some issues in subscribe template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/lib/img_archive.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index bb36ce2..a5a9af4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,7 +51,6 @@ </p> </footer> {% block js %}{% endblock%} -</body> <script> function isOdd(num) { return num % 2;} document.addEventListener("DOMContentLoaded", function(event) { @@ -63,4 +62,5 @@ document.addEventListener("DOMContentLoaded", function(event) { } }); </script> +</body> </html> diff --git a/templates/lib/img_archive.html b/templates/lib/img_archive.html index 4ff8e8a..951155a 100644 --- a/templates/lib/img_archive.html +++ b/templates/lib/img_archive.html @@ -3,5 +3,4 @@ <img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px" srcset="{{featured}} 520w, {%get_image_by_size image 'picwide-sm'%} 720w" src="{{featured}}" - alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" - {% if not nolightbox %}data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}{%endif%}> + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"> |