added new header with the comment way of ASM and MatLab
parent
57ce4a93a8
commit
cbeaceeb5c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue