diff --git a/src/main.rs b/src/main.rs index fa7246b..b8869cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,15 @@ use std::env; use std::vec::Vec; use tera::Context; -const TITLES: [&str; 4] = ["/* {} */", "# {}", "// {}", ""]; +const TITLES: [&str; 7] = [ + "/* {} */", + "# {}", + "// {}", + "", + "{# {} #}", + "-- {}", + "--[[ {} --]]", +]; const MAX_POSTS_PER_PAGE: i64 = 20; fn establish_connection() -> PgConnection {