diff --git a/templates/bib.html b/templates/bib.html index 9b8a5d8..855811e 100644 --- a/templates/bib.html +++ b/templates/bib.html @@ -13,8 +13,7 @@
  • {{ post.title }} {% if post.epub %}[EPUB] {% endif %} - {% if post.html %}[Read online]{% endif %} - {% if post.orig %}{% for item in post.orig %}(Source: {% 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.html %}[Read online]{% endif %}
    {% if post.subtitle %}{{ post.subtitle }}
    {% endif %} {% if post.author %}by {{ post.author }}
    {% endif %} {% if post.publisher %}{{ post.publisher}}, {% endif %}{{ post.pub_date }}