Skip to content

Commit

Permalink
fix: copying recursive directory is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jun 16, 2024
1 parent 8f5bf3c commit e224f16
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/shiroa/lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#import "summary.typ": *

// Part III: Supports
#import "supports/link.typ" as link-support: cross-link
#import "supports/text.typ" as text-support: plain-text
#import "supports-link.typ" as link-support: cross-link
#import "supports-text.typ" as text-support: plain-text
#import "media.typ"
#import "utils.typ": get-book-meta, get-build-meta
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/shiroa/utils.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#import "supports/text.typ": plain-text
#import "supports-text.typ": plain-text

#let _labeled-meta(label) = locate(loc => {
let res = query(label, loc)
Expand Down

0 comments on commit e224f16

Please sign in to comment.