diff --git a/themes/modern/templates/pdf.html b/themes/modern/templates/pdf.html
index c428a7f..41a3654 100644
--- a/themes/modern/templates/pdf.html
+++ b/themes/modern/templates/pdf.html
@@ -145,14 +145,10 @@ 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') }}