mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 15:22:18 +01:00
fix mismatched bibliopraphy_path
This commit is contained in:
parent
9e27888d58
commit
27103965ff
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
// Path to your bibliography file
|
||||
// You may use `.yml` for Hayagriva format
|
||||
// or `.bib` for BibLaTeX format
|
||||
bibliography_path: "literature.yaml",
|
||||
bibliography_path: "literature.yml",
|
||||
|
||||
// The contents of your abstract
|
||||
abstract: include "./abstract.typ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue