diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-08 23:17:36 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-08 23:17:36 +0100 |
| commit | 669f9707c333341f12ffa754496e832c76388a51 (patch) | |
| tree | 22e1f3190e5ee6a47db48e2f048417edc2b80380 /docs | |
| parent | 1d5bf56e585c659ed7975cdf6cdfc9c67c29998d (diff) | |
Fix import in tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/tutorial/4-template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md index db012db7..bf2fd3b1 100644 --- a/docs/src/tutorial/4-template.md +++ b/docs/src/tutorial/4-template.md @@ -322,7 +322,7 @@ path of the file after the `{from}` keyword. >>> set align(left) >>> columns(2, doc) >>>} -<<< #import conf from "conf.typ" +<<< #import "conf.typ": conf #show doc => conf( title: [ |
