Skip to content

Commit 2308e43

Browse files
fix: replace placeholder brigade title in hidden element
1 parent 481ff66 commit 2308e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/home.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131
</div>
3232
<div class="container">
33-
<h1 class="sr-only">Code for [My Town]</h1>
33+
<h1 class="sr-only">{Laddr::$siteName|escape}</h1>
3434
<div class="row">
3535
<div class="col-md-8 home-column-main">
3636
{include includes/home.announcements.tpl}

0 commit comments

Comments
 (0)