We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bfd0b commit 08bb582Copy full SHA for 08bb582
bin/server.p6
@@ -179,8 +179,10 @@ sub html-layout-default (Str:D $content) {
179
><small>keeping up to date with important changes</small></h1>
180
\qq[$content]
181
<footer>
182
- <small>Code for this website is available at
183
- <a href="https://github.com/perl6/alerts">github.com/perl6/alerts</a>
+ <small><a href="/api">API</a> |
+ Code for this website is available at
184
+ <a href="https://github.com/perl6/alerts"
185
+ >github.com/perl6/alerts</a></small>
186
</footer>
187
</div>
188
</body>
0 commit comments