"
"
"
- "
" + currentBook.title + "
"
- "
" + currentBook.description + "
"
+ "
" + currentBook.title + "
"
+ "
" + currentBook.description + "
"
"
"
"" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias"
"
"
@@ -917,8 +902,7 @@ int main(int argc, char **argv) {
welcomeBooksHtml += ""
"
";
- welcomeHTML = replaceRegex(replaceRegex(RESOURCE::home_html_tmpl, welcomeBooksCss, "__BOOKS_STYLE__"), welcomeBooksHtml, "__BOOKS__");
-
+ welcomeHTML = replaceRegex(RESOURCE::home_html_tmpl, welcomeBooksHtml, "__BOOKS__");
#ifndef _WIN32
/* Fork if necessary */
diff --git a/static/server/home.html.tmpl b/static/server/home.html.tmpl
index 0a7d2b8..d560996 100644
--- a/static/server/home.html.tmpl
+++ b/static/server/home.html.tmpl
@@ -7,7 +7,25 @@
- __BOOKS_STYLE__
+