X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=index.c;h=32423a36d23f5f0976a0fcf0b2120b9789630cb7;hp=b4a23af409fd1ffe7c67975dc2a6c820e04ddaf2;hb=61fb4b6e914bea7713f072876ee221d755a7d016;hpb=f16f8cf73075ca281651349147cadf8d4fc2a0c3 diff --git a/index.c b/index.c index b4a23af..32423a3 100644 --- a/index.c +++ b/index.c @@ -26,6 +26,7 @@ page_t footer[] = { }; page_t special[] = { {"", NULL, print_index, 1.0, desc}, + {"oldnews", "Old News", print_oldnews, 0.2, NULL}, {NULL, "Not found", print_notfound, -1.0, NULL}, {NULL, NULL, NULL, 0.0, NULL}, };