Using a navbar
in Quarto book hides downloads and social links
#6342
-
DescriptionHello, I have encountered an issue where including a navbar in a quarto book seems to hide the social links and download links. I've tried to prepare a minimal example at https://github.com/agrogan1/bookdemo. The built version of the book is at https://agrogan1.github.io/bookdemo/. Please note the links to the GitHub repo, to download a PDF version, and social media links all in the upper left hand cornder. If I included a website:
navbar:
background: primary I would see the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Using Quarto 1.4, writing this: project:
type: book
output-dir: docs
book:
title: "bookdemo"
author: "Jane Doe"
date: "today"
downloads: [pdf]
search: true
repo-url: https://github.com/agrogan1/bookdemo
repo-actions: [issue]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
navbar:
background: primary
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt and rendering I see: Which I think(?) looks correct. Are you seeing something different or can you suggest what you're expecting that you aren't seeing? |
Beta Was this translation helpful? Give feedback.
-
Arrgghhh. Updating Quarto seems to have been my problem. I updated Quarto
and now see exactly that. Should have thought of that earlier. My bad.
Thank you for looking into this. Problem solved.
Andrew Grogan-Kaylor
Sandra K. Danziger Collegiate Professor of Social Work
University of Michigan School of Social Work
***@***.***
https://agrogan1.github.io/
…On Wed, Jul 26, 2023 at 2:52 PM Charles Teague ***@***.***> wrote:
Using Quarto 1.4, writing this:
project:
type: book
output-dir: docs
book:
title: "bookdemo"
author: "Jane Doe"
date: "today"
downloads: [pdf]
search: true
repo-url: https://github.com/agrogan1/bookdemo
repo-actions: [issue]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
navbar:
background: primary
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt
and rendering I see:
[image: Screenshot 2023-07-26 at 2 51 22 PM]
<https://user-images.githubusercontent.com/261654/256335170-f7ecbcac-c800-4458-a736-3af877690a59.png>
Which I think(?) looks correct. Are you seeing something different or can
you suggest what you're expecting that you aren't seeing?
—
Reply to this email directly, view it on GitHub
<#6342 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGG5FDJCRILMDGEE42SETQLXSFRPRANCNFSM6AAAAAA2Y75CKE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Using Quarto 1.4, writing this:
and rendering I see:
Which I think(?) looks correct. Are you seeing something different or can you suggest what you're expecting that you aren't seeing?