diff --git a/src/main.rs b/src/main.rs index b8869cf..2866823 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ use std::env; use std::vec::Vec; use tera::Context; -const TITLES: [&str; 7] = [ +const TITLES: [&str; 8] = [ "/* {} */", "# {}", "// {}", @@ -33,6 +33,8 @@ const TITLES: [&str; 7] = [ "{# {} #}", "-- {}", "--[[ {} --]]", + "; {}", + "% {}", ]; const MAX_POSTS_PER_PAGE: i64 = 20;