Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publication authors' second names are generated with lowercase letters (randomly) #3186

Open
2 tasks done
andrew-test1 opened this issue Jan 17, 2025 · 0 comments
Open
2 tasks done

Comments

@andrew-test1
Copy link

Preliminary Checks

Description

Bug in site generation.
The second names of the publication's authors may randomly appear with lowercase letters.

Example

content/ru/publication/journal-article/index.md:

title: "An example journal article"
authors:
- admin
- Robert Ford
- Ivan I. Ivanov
- John V. Meme
- Serge A Tankian
- Pavel A. Escobarov
...

Result:

Image

As a result, the second name sometimes starts with a lowercase letter and sometimes with an uppercase letter.
There is no author's pages in content/authors folder.

Reproduction Link

n/a

Steps to Reproduce

  1. Use HugoBlox/theme-research-group
  2. Update index.md in the publication folder
  3. Deploy on github
    ...

Expected Result

Names are displayed as in index.md: Ivan I. Ivanov, John V. Meme, Serge A Tankian, Pavel A. Escobarov.

Actual Result

Names are not displayed as in index.md: Ivan I. Ivanov, John v. Meme, Serge a Tankian, Pavel A. Escobarov.

What Hugo Module versions does your site use?

github.com/wowchemy/starter-hugo-research-group

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

No response

Which Hugo Blox template are you using?

theme-research-group

What version of Hugo are you using?

0.135.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant