Skip to content

Commit f44f856

Browse files
committed
Add "powered by Cro" to footer
1 parent 5bbf3a5 commit f44f856

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/server.p6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ sub html-layout-default (Str:D $content) {
186186
<footer>
187187
<small><a href="/api">API</a> |
188188
<a href="https://webchat.freenode.net/?channels=#perl6-dev"
189-
>💬 Chat with us</a> | Code for this website is available at
190-
<a href="https://github.com/perl6/alerts"
189+
>💬 Chat with us</a> |
190+
<a href="http://mi.cro.services">Powered by Cro</a> | Code for this website is
191+
available at<a href="https://github.com/perl6/alerts"
191192
>github.com/perl6/alerts</a></small>
192193
</footer>
193194
</div>

0 commit comments

Comments
 (0)