Skip to content

Commit

Permalink
fix(template): add spacing before title in template
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManchineel committed Dec 13, 2024
1 parent 1664ebd commit b54ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<img src="/logo.svg" width="26" class="rounded-0">
<span class="fs-4">
$if(title)$$title$ — $endif$Appunti TiTilda
&nbsp;&nbsp;$if(title)$$title$ — $endif$Appunti TiTilda
</span>
</a>

Expand Down

0 comments on commit b54ddcc

Please sign in to comment.