added new header with the comment way of ASM and MatLab

pull/1/head
kirbylife 2019-11-21 14:34:48 -06:00
parent 57ce4a93a8
commit cbeaceeb5c
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use std::env;
use std::vec::Vec; use std::vec::Vec;
use tera::Context; 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; const MAX_POSTS_PER_PAGE: i64 = 20;