Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website.favicon key is not parsed as markdown (possibly other keys) #6455

Open
mcanouil opened this issue Aug 7, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request websites Issues creating websites
Milestone

Comments

@mcanouil
Copy link
Collaborator

mcanouil commented Aug 7, 2023

From #2865 (comment).

Expected behaviour: keys under website to be read/parsed as markdown.
Current behaviour: <link href="./{{< var favicon >}}" rel="icon">

  • quarto create project website issue6455

  • _variables.yml

favicon: /images/favicon.png
  • _quarto.yml
project:
  type: website

website:
  title: "Issue6455"
  favicon: "{{< var favicon >}}"
  navbar:
    left:
      - href: index.qmd
        text: Home
      - about.qmd

format:
  html:
    theme: cosmo
    css: styles.css
    toc: true
@mcanouil mcanouil added websites Issues creating websites enhancement New feature or request triaged-to Issues that were not self-assigned, signals that an issue was assigned to someone. labels Aug 7, 2023
@mcanouil
Copy link
Collaborator Author

mcanouil commented Aug 7, 2023

In some aspects, it's related to:

@cscheid cscheid self-assigned this Aug 11, 2023
@dragonstyle dragonstyle added this to the Future milestone Sep 19, 2023
@mcanouil mcanouil removed the triaged-to Issues that were not self-assigned, signals that an issue was assigned to someone. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request websites Issues creating websites
Projects
None yet
Development

No branches or pull requests

3 participants