Skip to content

Commit

Permalink
shell title
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 17, 2024
1 parent 344c2de commit 664c99e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG.md

## unreleased

- re-add a link to the website title in the shell component

## 0.25.0 (2024-07-13)

- hero component: allow reversing the order of text and images. Allows hero components with the text on the right and the image on the left.
Expand Down
2 changes: 1 addition & 1 deletion sqlpage/templates/shell.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{{~icon_img icon~}}
{{/if}}
</a>
<h1 class="mb-0 fs-2 text-truncate">{{title}}</h1>
{{#if title}}<h1 class="mb-0 fs-2 text-truncate"><a class="navbar-brand" href="{{#if link}}{{link}}{{else}}/{{/if}}">{{title}}</a></h1>{{/if}}
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false"
aria-label="Toggle navigation">
Expand Down

0 comments on commit 664c99e

Please sign in to comment.