diff --git a/templates/bib.html b/templates/bib.html index 6889558..9b8a5d8 100644 --- a/templates/bib.html +++ b/templates/bib.html @@ -12,7 +12,7 @@ {% for post in this.children %}
  • {{ post.title }} - {% if post.epub %}[EPUB] {% endif %} + {% 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.subtitle %}{{ post.subtitle }}
    {% endif %}