diff options
| author | Camil Staps | 2025-01-29 21:14:07 +0100 | 
|---|---|---|
| committer | Camil Staps | 2025-01-29 21:14:07 +0100 | 
| commit | 9689e39b8fb80a47011a9346e1acc8b764fc0781 (patch) | |
| tree | 6c93ed0d9615b37816b8bd8b929da7026b45a136 /resources/pug/finals | |
| parent | Group all publications together (diff) | |
Minor fixes
Diffstat (limited to 'resources/pug/finals')
| -rw-r--r-- | resources/pug/finals/index.pug | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index fe122c0..ec93fc4 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -12,7 +12,7 @@ block append js  block content  	#sticky-nav -		ul.nav.flex-column.nav-pills +		ul.nav.nav-pills  			li.nav-item(role='presentation') #[a.nav-link(href='#introduction') Introduction]  			li.nav-item(role='presentation') #[a.nav-link(href='#publications') Publications]  			li.nav-item(role='presentation') #[a.nav-link(href='#talks') Talks] @@ -31,9 +31,10 @@ block content  				div#basicinfo(style="display:table-cell;vertical-align:bottom;")  					h1  						| Camil Staps  -						small.nowrap [kaˈmil stɑps] -						small   -						small.nowrap he/his +						small.text-muted +							span.nowrap [kaˈmil stɑps] +							span   +							span.nowrap he/his  					p  						span.tt.obfuscate  							| info@c | 
