Skip to content

How to suppress page-level bibliography? #485

Answered by Erin-Cecele
zsofiaj asked this question in Get Help
Discussion options

You must be logged in to vote

Hi @zsofiaj - This has come up for us a few times at Getty too, so great question! There are two ways you can approach removing the page-level biblio. The first is to use custom CSS to hide the biblio:

.quire-page__content .container .content .backmatter {
  display: none;  
}

Or, if you want to actually remove it, rather than just hide it, you would need to delete it from the page template. Read more about overriding page templates here: https://quire.getty.edu/documentation/styles-customization/#override-theme-templates.

We are working on a way to simplify suppressing the page-level bios in the new 11ty version of Quire so stay tuned.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Erin-Cecele
Comment options

@zsofiaj
Comment options

@Erin-Cecele
Comment options

Answer selected by zsofiaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants