From a8b62743e461a0359fa405be617167e9066eb4ec Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 17 Jan 2024 00:52:25 +0100 Subject: [PATCH] ZIP html files need the correct folder --- templates/bib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bib.html b/templates/bib.html index e66d12b..6a0fb7b 100644 --- a/templates/bib.html +++ b/templates/bib.html @@ -12,7 +12,7 @@
  • {{ post.title }} {% if post.epub %}{% for item in post.epub %}[{% set urls = item.split(", ") %}{% for url in urls %}{% if "http" in url %}{{ url.split('://')[1].split('/')[0] }}{% else %}EPUB{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}] {% endfor %}{% endif %} - {% if post.html %}[HTML]{% endif %} + {% if post.html %}[HTML]{% endif %} {% if post.orig %}{% for item in post.orig %}({% set urls = item.split(", ") %}{% for url in urls %}{% if "http" in url %}{{ url.split('://')[1].split('/')[0] }}{% else %}cached{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}) {% endfor %}{% endif %}
    {% if post.subtitle %}{{ post.subtitle }}
    {% endif %} {% if post.author %}by {{ post.author }}
    {% endif %}