diff --git a/src/web.d b/src/web.d index ea230fc..e94b520 100755 --- a/src/web.d +++ b/src/web.d @@ -65,14 +65,24 @@ void do_header() { html_push("
"); html_push("
"); + + html_push("
"); + html("wiki"); + html("git"); + html("mirror"); + html("stats"); + html("mail"); + html_pop("
"); + html_push("
"); html("changelog"); html_pop("
"); + html_pop("
"); html_push("
"); html_push("

"); - html("" ~ site_title ~ " " ~ site_subtitle ~ ""); + html(" " ~ site_subtitle ~ ""); html_pop("

"); html_pop("
");