support changing label/docent in intro slide
This commit is contained in:
parent
8e2b72c431
commit
8df868eff3
4 changed files with 28 additions and 13 deletions
|
@ -261,7 +261,7 @@ impl<'a> Renderer<'a> {
|
|||
let intro_svg = self.target.join("intro.svg");
|
||||
fs::write(
|
||||
&intro_svg,
|
||||
intro(source_res, project.lecture.date)
|
||||
intro(source_res, &project.lecture)
|
||||
.to_string_pretty()
|
||||
.into_bytes()
|
||||
)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue