X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=index.c;h=543b53eb729c5d0d7a7e17f070b7de705accc1aa;hp=304293d174754068b5a86e5bce5cb9672b2eedf0;hb=2d531e0bda5605c677220f525f23bcbaaabffdf7;hpb=3934139d14007a885a99e2a2517446998df3dac0 diff --git a/index.c b/index.c index 304293d..543b53e 100644 --- a/index.c +++ b/index.c @@ -11,8 +11,8 @@ const char desc[] = /* Page data */ page_t header[] = { {"about", "About", print_about, 0.7, NULL}, - {"manual", "Manual", print_manual, 0.5, NULL}, {"news", "News", print_news, 0.3, NULL}, + {"manual", "Manual", print_manual, 0.5, NULL}, {"screenshots", "Screenshots", print_screenshots, 0.5, NULL}, {"download", "Download", print_download, 0.7, NULL}, {"development", "Development", print_development, 0.3, NULL},