quarto-dev / quarto-dev/quarto-cli

[FR] Allow to set a different link in navbar for logo and for title

Open Beginner friendly
#11,110 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement websites
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

Currently logo-href is set for both
https://github.com/quarto-dev/quarto-cli/blob/2bc956a668ceba50ca47a3975f0ebf10b763ac13/src/resources/projects/website/templates/navbrand.ejs#L1-L16

Meaning if logo-href is set, then the link for the title part will change too.

Some users reported the desire to be able to customize it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/resources/projects/website/templates/navbrand.ejs at the linked lines and trace how logo-href is applied to the logo and title. Define and verify separate link behavior so users can customize each independently; done means changing the logo link no longer changes the title link.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.