* Exposing page::default_map
+ Max width for login form
This commit is contained in:
@@ -19,7 +19,7 @@ lazy_static! {
|
||||
};
|
||||
}
|
||||
|
||||
fn default_map() -> HashMap<&'static str, String> {
|
||||
pub fn default_map() -> HashMap<&'static str, String> {
|
||||
let mut h: HashMap<&'static str, String> = HashMap::new();
|
||||
h.insert("sitetitle", SITENAME.clone());
|
||||
h.insert("sitedesc", SITEDESC.clone());
|
||||
|
||||
Reference in New Issue
Block a user