Merge pull request #16 from joshpoll/patch-1

Update publications template for Python 3
master
Adrian Sampson 4 years ago committed by GitHub
commit d5762f7c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@
{%- endif %}
<br />
<span class="links">
{%- for type, url in (entry|extra_urls).iteritems() %}
{%- for type, url in (entry|extra_urls).items() %}
[<a href="{{ url|escape }}">{{ type|escape }}</a>]
{%- endfor %}
{%- if entry.fields['abstract'] %}

Loading…
Cancel
Save