- 
                Notifications
    
You must be signed in to change notification settings  - Fork 387
 
fix: wrong object used in EJS to get logo-alt for sidebar #10254
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
          
     Merged
      
      
    
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            12 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      3753d67
              
                fix: logo-alt broken when logo-href provided
              
              
                mcanouil 52c9de0
              
                revert: rm eof new line
              
              
                mcanouil 70b90aa
              
                chore: keep only one new line
              
              
                mcanouil dd805e1
              
                test: add unit test for logo-alt in navbar/sidebar
              
              
                mcanouil 1ef3ef2
              
                Merge branch 'main' into fix/issue10251
              
              
                mcanouil 7d542ab
              
                chore: clarify sidebar in changelog
              
              
                mcanouil a815047
              
                Merge branch 'main' into fix/issue10251
              
              
                mcanouil 8b4ac5c
              
                Merge branch 'main' into fix/issue10251
              
              
                mcanouil 0e91f0d
              
                revert: changelog update
              
              
                mcanouil 565771e
              
                chore: add changelog entry to 1.7 changelog
              
              
                mcanouil 5c5db1b
              
                Merge branch 'fix/issue10251' of https://github.com/mcanouil/quarto-c…
              
              
                mcanouil 876d3a2
              
                Merge branch 'main' into fix/issue10251
              
              
                mcanouil File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| project: | ||
| type: website | ||
| 
     | 
||
| website: | ||
| title: "issue-10251" | ||
| navbar: | ||
| logo: "https://quarto.org/quarto.png" | ||
| logo-alt: "this is the alt text that for the logo in the navbar" | ||
| left: | ||
| - href: index.qmd | ||
| text: Home | ||
| sidebar: | ||
| logo: "https://quarto.org/quarto.png" | ||
| logo-alt: "this is the alt text that for the logo in the sidebar" | ||
| 
     | 
||
| format: | ||
| html: | ||
| theme: cosmo | ||
| toc: true | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: "issue-10251" | ||
| _quarto: | ||
| tests: | ||
| html: | ||
| ensureFileRegexMatches: | ||
| - [ | ||
| '<img src="https://quarto.org/quarto.png" alt="this is the alt text that for the logo in the sidebar" class="sidebar-logo py-0 d-lg-inline d-none">', | ||
| '<img src="https://quarto.org/quarto.png" alt="this is the alt text that for the logo in the navbar" class="navbar-logo">' | ||
| ] | ||
| --- | ||
| 
     | 
||
| This is a Quarto website. | ||
| 
     | 
||
| To learn more about Quarto websites visit <https://quarto.org/docs/websites>. | 
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.