diff --git a/templates/bib.html b/templates/bib.html index 8cf0b85..e66d12b 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 %}