Skip to content

Best practive to display the data source link in html page? #13209

Answered by mcanouil
Yunuuuu asked this question in Q&A
Discussion options

You must be logged in to vote

Use the tools I suggested with a CSS rule to hide the title or create your own HTML partial to handle everything yourself.

You can also write some JavaScript to rearrange the DOMs but that's beyond the scope of Quarto's support.

edit:

.quarto-alternate-formats h2,
.quarto-code-links h2,
.quarto-other-links h2 {
  display: none;
}

Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

@Yunuuuu
Comment options

@mcanouil
Comment options

Answer selected by Yunuuuu
@Yunuuuu
Comment options

@Yunuuuu
Comment options

@mcanouil
Comment options

Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js)
3 participants