Skip to content

Commit 711fd14

Browse files
committed
Force header link for production
1 parent edf32e5 commit 711fd14

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/locale/en_US/messages.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
*/
1616
return [
1717
'ABOUT' => 'About',
18+
'BUILT_WITH_UF' => 'Created with <a href="http://www.userfrosting.com">UserFrosting 6</a>',
1819
];

app/templates/partials/header.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</a>
1111
</li>
1212
</ul>
13-
<a href="{{ urlFor('index', [], [], '/') }}" class="uk-navbar-item uk-logo">{{site.title}}</a>
13+
<!-- <a href="{{ urlFor('index', [], [], '/') }}" class="uk-navbar-item uk-logo">{{site.title}}</a> -->
14+
<a href="https://www.userfrosting.com" class="uk-navbar-item uk-logo">{{site.title}}</a>
1415
</div>
1516
<div class="uk-navbar-right uk-visible@m">
1617
<ul class="uk-navbar-nav">

0 commit comments

Comments
 (0)