diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp
index 5f35546..d07e058 100644
--- a/src/server/kiwix-serve.cpp
+++ b/src/server/kiwix-serve.cpp
@@ -594,10 +594,10 @@ int main(int argc, char **argv) {
if (!currentBook.path.empty() && readers.find(currentBook.getHumanReadableIdFromPath()) != readers.end()) {
welcomeBooksHtml += "
\
\
- | \
+ | \
" + currentBook.description +
"" +
- "Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + " MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \
+ " | Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + " MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \
| Created: " + currentBook.date + " | \
Author: " + currentBook.creator + " | Language: " + currentBook.language + " | \
Publisher: " + (currentBook.publisher.empty() ? "unknown" : currentBook.publisher ) + " | | \
|