fix markdown PublicationEntry template's "journal" bug

This commit is contained in:
Sina Atalay 2024-02-26 20:10:53 +01:00
parent 052e287e39
commit 2656014112
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
- <<entry.date_string>>
- <<entry.authors|map("abbreviate_name")|join(", ")>>
((* if entry.journal *))- <<entry.journal>> ((* endif *))
((* if entry.journal != "" *))- <<entry.journal>> ((* endif *))