You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the pre-release version of quarto the page title has a glitch, it's in a different div <header id="title-block-header" class="quarto-title-block">) instead of the previous <div class="page-header">. This causes the Source link to be placed above the title:
release version on gh-pages:
same version rendered with quarto 1.6.37:
The page-header div is still there with the logo and the source code link, but the title is missing: <h1></h1>
quarto::quarto_version()
#> [1] '1.6.37'
It remains the same with specifying
format:
html:
title-block-style: none
The text was updated successfully, but these errors were encountered:
With the pre-release version of quarto the page title has a glitch, it's in a different div
<header id="title-block-header" class="quarto-title-block">)
instead of the previous<div class="page-header">
. This causes the Source link to be placed above the title:release version on
gh-pages
:same version rendered with quarto 1.6.37:
The
page-header
div is still there with the logo and the source code link, but the title is missing:<h1></h1>
It remains the same with specifying
The text was updated successfully, but these errors were encountered: