diff options
| author | Camil Staps | 2024-11-15 13:58:06 +0100 | 
|---|---|---|
| committer | Camil Staps | 2024-11-15 13:58:06 +0100 | 
| commit | 3e499828e3b446a234f7e46790cc8a18e814c3ee (patch) | |
| tree | ff9807e0572aa2adcdcfcf99c237625765cd120b /resources/pug/finals | |
| parent | Fix OA symbol URL when DOI is not OA (diff) | |
Style in publications: colon before page nos
Diffstat (limited to 'resources/pug/finals')
| -rw-r--r-- | resources/pug/finals/index.pug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 4e4c1e5..efb7b38 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -107,7 +107,7 @@ block content  					if attributes.pages  						- attributes.pages = attributes.pages.replace('-', '–')  						if attributes.journal -							| . !{attributes.pages} +							| :!{attributes.pages}  						else  							| , !{attributes.pages}  					| . | 
