diff --git a/themes/modern/templates/html.html b/themes/modern/templates/html.html index 85de949..f493542 100644 --- a/themes/modern/templates/html.html +++ b/themes/modern/templates/html.html @@ -152,11 +152,7 @@ engine: Underscore {% r.writing.forEach( function( pub, idx, ar) { %}

- {% if( pub.url ) { %} - {{ pub.title }}, {{ pub.publisher }} - {% } else { %} - {{ pub.name }}, {{ pub.publisher }} - {% } %} + {{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}

Published on: {{ pub.safe.date.format('YYYY-MM') }}