summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-10-19 21:17:59 +0200
committerStefan Kügel <skuegel@web.de>2023-10-19 21:17:59 +0200
commitf6765300e5d97c85dc879d353b5460f5d9cb2561 (patch)
treece9329c24e97352ee115ffdadd1a067accc4021c /template
parent3eb311ece8891ea0b8e6b0e12d5876e9b1c0a1ad (diff)
downloadwww-f6765300e5d97c85dc879d353b5460f5d9cb2561.tar.gz
www-f6765300e5d97c85dc879d353b5460f5d9cb2561.tar.bz2
www-f6765300e5d97c85dc879d353b5460f5d9cb2561.zip
Adding the SUERF paper 2023 to the bibliography list: Practical Offline Payments Using One-Time Passcodes
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/bibliography.html.j24
1 files changed, 1 insertions, 3 deletions
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
index 35ea01aa..c24a370a 100644
--- a/template/bibliography.html.j2
+++ b/template/bibliography.html.j2
@@ -28,9 +28,7 @@
{{_("by")}}
{% if item['authors'] %}
{% for name in item['authors'] %}
- {{ name|e }}
- {% if not loop.last %}
- ,
+ {{ name|e }}{% if not loop.last %},
{% elif loop.revindex0 == 1 %}
{{ _("and") }}
{% endif %}