diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index f2c5857..bd0acda 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,7 @@ static char *title = "a wiki"; static char *id = "anonymous"; static char *home = "home"; +static char *pages = "pages"; static char *loft = ".loft"; static char *links[][2] = { |