From 9dfdaee378f3bb4116aeac195285d7f44fc4920f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 17 Oct 2020 21:07:21 +0200 Subject: Minor style improvements for book reviews --- resources/pug/finals/index.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/pug/finals') diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index f1d4872..72c30d1 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -65,7 +65,7 @@ block content - var doiurl = 'https://doi.org/'+attributes.doi a(href!=doiurl, target='_blank')!= attributes.doi mixin review(year, author, title) - +pub(year, author + ': ' + title)&attributes(attributes) + +pub(year, 'Review of: ' + author + ', ' + title)&attributes(attributes) h4 Refereed articles table.main_table.publications @@ -91,11 +91,11 @@ block content tr td To appear td - +review('To appear', 'Margaret Winters', 'Historical Linguistics')(journal='LINGUIST List', volume=31) + +review('to appear', 'Margaret Winters', 'Historical Linguistics')(journal='LINGUIST List', volume=31) tr td td - +review('To appear', 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for Expressing Reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4') + +review('to appear', 'Elitzur A. Bar-Asher Siegal', 'The NP-strategy for Expressing Reciprocity')(journal='Bibliotheca Orientalis', volume=77, issue='3/4') h4 Non-refereed work table.main_table.publications -- cgit v1.2.3