]> Pileus Git - ~andy/aweather-web/blobdiff - index.c
Split news into news/oldnews
[~andy/aweather-web] / index.c
diff --git a/index.c b/index.c
index b4a23af409fd1ffe7c67975dc2a6c820e04ddaf2..32423a36d23f5f0976a0fcf0b2120b9789630cb7 100644 (file)
--- 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},
 };