diff options
| -rw-r--r-- | resources/pug/finals/index.pug | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 1394a82..11241f0 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -206,19 +206,18 @@ block content  			h2 Talks  			table.main_table.presentations -				tr -					td(colspan=3) -						h4 Upcoming +				//tr +				//	td(colspan=3) +				//		h4 Upcoming +				//tr +				//	td(colspan=3) +				//		h4 Past  				tr  					td 2025  					td Feb 9, #[a(href="https://ianjoo.github.io/icosem/3.html", title="Iconicity Seminar", target="_blank") IcoSem3]  					td Iconic features in nominal reduplication (#[a(href="/assets/pdf/icosem2025-abstract.pdf") abstract]; #[a(href="/assets/pdf/icosem2025-slides.pdf") slides]). - -				tr -					td(colspan=3) -						h4 Past  				tr -					td 2025 +					td  					td Jan 31, #[a(href="https://anela.nl/activiteiten/grote-taaldag/", title="Grote Taaldag / Dutch Annual Linguistics Day", target="_blank") Taaldag]  					td Iconic features in nominal reduplication (#[a(href="/assets/pdf/gtd2025.pdf") slides]).  				tr | 
