diff --git a/config.h b/config.h index d58e7ba..9a74fb6 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ #define CSS "style.css" #define LOGO "../files/logo.png" -#define DESC "-> from outer space" +#define DESC "cyberlake" #define TITLE "/ img" #define POST_PER_PAGE 5 @@ -17,7 +17,7 @@ #define XML_FILE "index.xml" #define LANGUAGE "en-US" -#define MAX_POST_COUNT 5 +#define MAX_POST_COUNT 20 /* Date */ #define DATE_FORMAT "%a, %d %h %Y %H:%M:%S %z" diff --git a/img.c b/img.c index 61d39cd..fc40666 100644 --- a/img.c +++ b/img.c @@ -458,6 +458,7 @@ void build_xml(const char *file, struct DB_STR *db) { break; p = i; + count++; } fputs("\n\n", fp);