diff options
-rw-r--r-- | resources/pug/finals/index.pug | 6 |
1 files changed, 3 insertions, 3 deletions
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 |