diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/finals/index.pug | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 3977ebc..ad0decc 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -94,6 +94,10 @@ block content  					- attributes.pages = attributes.pages.replace('-', '–')  					| , pp. !{attributes.pages}  				| . +				if attributes.address +					|  #{attributes.address}: +				if attributes.publisher +					|  #{attributes.publisher}.  				if attributes.doi  					|  doi:   					- var doiurl = 'https://doi.org/'+attributes.doi @@ -110,6 +114,10 @@ block content  			tr  				td 2022  				td +					+pub(2022, 'Voice, discourse prominence, and aspect. The niphal and passive qal of <em>yālad</em>')(booktitle='Where is the way to the dwelling of light? Studies in Genesis, Job and linguistics in honor of Ellen van Wolde', editors='Pierre Van Hecke and Hanneke van Loon', pages='387-408', address='Leiden', publisher='Brill', doi='10.1163/9789004536296_020') +			tr +				td +				td  					+pub(2022, '<em>Lip̄nē</em> ‘in the face of’: a Locative preposition with a threatening connotation')(journal='Journal of Hebrew Scriptures', volume=22, issue=1, pages='1-24', doi='10.5508/jhs29582', oa)  			tr  				td 2020 | 
