Skip to content

Fix revealjs title slide trailing space when author has no ORCID#14356

Merged
cderv merged 1 commit intomainfrom
fix/revealjs-orcid-trailing-space
Apr 14, 2026
Merged

Fix revealjs title slide trailing space when author has no ORCID#14356
cderv merged 1 commit intomainfrom
fix/revealjs-orcid-trailing-space

Conversation

@cderv
Copy link
Copy Markdown
Member

@cderv cderv commented Apr 14, 2026

When a revealjs author has no ORCID ID, the fancy title slide template emits a trailing space after the author name. The separator space was placed before the $if(by-author.orcid)$ conditional, so it persisted even when the ORCID block was skipped.

Fix

Move the space inside the ORCID conditional so it is only emitted when the ORCID link is present.

Thanks to @jnkatz for reporting and drafting the initial fix in #14354.

Closes #14354

Move the separator space inside the ORCID conditional so it is only
emitted when the ORCID link is present.
@cderv cderv merged commit 8e6bb26 into main Apr 14, 2026
92 of 93 checks passed
@cderv cderv deleted the fix/revealjs-orcid-trailing-space branch April 14, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant