shell title

This commit is contained in:
lovasoa
2024-07-17 17:43:55 +02:00
parent 344c2dedc8
commit 664c99eaa9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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">