diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-22 14:39:08 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-22 14:39:08 +0100 |
commit | cef88ee459fd2b0e22a2c997f858791fe0d5182e (patch) | |
tree | c38ce1bbaa2882b0f5b5b3b101def690a13a7813 /book/book.typ | |
parent | a73f0b1a035279eaba5ee90adfadf0dbd5e2fd17 (diff) | |
download | hurrycurry-cef88ee459fd2b0e22a2c997f858791fe0d5182e.tar hurrycurry-cef88ee459fd2b0e22a2c997f858791fe0d5182e.tar.bz2 hurrycurry-cef88ee459fd2b0e22a2c997f858791fe0d5182e.tar.zst |
book assets as submodule
Diffstat (limited to 'book/book.typ')
-rw-r--r-- | book/book.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/book.typ b/book/book.typ index 79e3f7eb..b23f3e77 100644 --- a/book/book.typ +++ b/book/book.typ @@ -32,7 +32,7 @@ ] else if elem.t == "page" [ #page( background: if "background" in elem { image( - "book-repo/"+elem.background+".jpeg", + "assets/"+elem.background+".jpeg", fit: "cover", height: 100%, width: 100% )} else { none }, [ #for e in elem.es [ |