Add a presentation of Plume and of the instance on the homepage

Fixes #132
This commit is contained in:
Bat
2018-07-27 22:16:17 +02:00
parent 0926a1d3b5
commit ed8982b7fd
16 changed files with 295 additions and 6 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ impl Blog {
long_description: String::new(),
short_description: String::new(),
default_license: String::new(),
open_registrations: true
open_registrations: true,
short_description_html: String::new(),
long_description_html: String::new()
})
}
};