change: name of article.* files to index.*
This commit is contained in:
parent
1e215fd2ac
commit
32778e8fff
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ pub fn compile_article(
|
|||
prepend: Option<PathBuf>,
|
||||
) -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
||||
|
||||
let template_file = article_dir.join("article.typ");
|
||||
let output = article_dir.join("article.html");
|
||||
let template_file = article_dir.join("index.typ");
|
||||
let output = article_dir.join("index.html");
|
||||
let outline_file = article_dir.join("outline.html");
|
||||
|
||||
let prepend_content = if let Some(prepend_file) = prepend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue