From 36ad9e2b7ea375f4d305cfc9c0074c8530407912 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sat, 21 Nov 2015 09:29:17 -0500 Subject: [PATCH] Themes: Modern: Update PDF format from HTML. --- themes/modern/templates/pdf.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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

Publications

- + {% 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') }}