diff options
| -rw-r--r-- | resources/pug/finals/index.pug | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index ad0decc..66fae3f 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -172,19 +172,19 @@ block content  			I keep track of #[a(href='/conferences.html') the conferences I visit and how much CO#[sub 2] I emit in doing so].  		table.main_table.presentations -			tr -				td(colspan=3) -					h4 Upcoming +			//tr +			//	td(colspan=3) +			//		h4 Upcoming + +			//tr +			//	td(colspan=3) +			//		h4 Past  			tr  				td 2022  				td Dec 9, #[a(href="https://benecla.com/", title="CogLing Days") CogLing Days]  				td With John Rooryck. On the demonstratives nature of finite complementizers. -  			tr -				td(colspan=3) -					h4 Past -			tr -				td 2022 +				td  				td Nov 21, #[a(href="https://www.sbl-site.org/meetings/AnnualMeeting.aspx", title="Society of Biblical Literature") SBL Annual]  				td With Martijn Beukenhorst. Semantic properties of prepositions: the distinction between causal מן and ב (#[a(href="/assets/pdf/sbl2022.pdf") slides]).  			tr | 
