Allow to change logo from .env (#497)

Fix #273
This commit is contained in:
fdb-hiroshima
2019-03-21 11:51:41 +01:00
committed by GitHub
parent 65bb50e88f
commit ace6181c99
6 changed files with 140 additions and 52 deletions
+3
View File
@@ -1,5 +1,6 @@
#![feature(try_trait)]
#![feature(never_type)]
#![feature(custom_attribute)]
extern crate activitypub;
extern crate ammonia;
@@ -22,6 +23,8 @@ extern crate rocket;
extern crate scheduled_thread_pool;
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate serde_json;
#[macro_use]
extern crate tantivy;