Skip to content
Discussion options

You must be logged in to vote

Also a note : Your .qmd does not have

format:
  html: 
    template-partials: 
      - title-block.html

this is required for the custom partials to be used. When I do that, I get

but as expected, the value are not used because of how the metadata is stored (being not normalized like by-authors) - So it can't directly by used by _title-meta-author.html it logic.

It would work if you use the "normalized" version as the name is it.name.literal and not just it.name

secondary-authors:
  - name: 
      literal: Stephen McGregor
    orcid: 0000-0001-6560-5587
    email: [email protected]
    url: https://www.tenfive.ai
Details

---
title: "AI & Machine Learning in Libraries"
date: 2025-05-13

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@noramcgregor
Comment options

Comment options

You must be logged in to vote
2 replies
@cderv
Comment options

cderv Jun 3, 2025
Maintainer

Answer selected by noramcgregor
@noramcgregor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
themes Related to HTML theming or any other style related issue (like highlight-style) authors Issues related to author/affiliation normalization templates
3 participants