This commit is contained in:
Your Name 2025-05-05 09:42:21 +03:00
parent a6dad6d697
commit d0844c7fd6
2 changed files with 3 additions and 2 deletions

View file

@ -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"

1
img.c
View file

@ -458,6 +458,7 @@ void build_xml(const char *file, struct DB_STR *db) {
break;
p = i;
count++;
}
fputs("\n</channel>\n</rss>", fp);