From 2130d1c62895c8ec214cdb53615c24b83e5d9c28 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:31:49 +0800 Subject: [PATCH] fix: shiroa template (#591) --- docs/cookery/book.typ | 2 +- docs/cookery/templates/page.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cookery/book.typ b/docs/cookery/book.typ index 85e3d0da..2eab48d5 100644 --- a/docs/cookery/book.typ +++ b/docs/cookery/book.typ @@ -1,5 +1,5 @@ -#import "@preview/shiroa:0.1.0": * +#import "@preview/shiroa:0.1.1": * #import "./templates/page.typ": main-color #show: book diff --git a/docs/cookery/templates/page.typ b/docs/cookery/templates/page.typ index 2cdb38d1..457c986f 100644 --- a/docs/cookery/templates/page.typ +++ b/docs/cookery/templates/page.typ @@ -1,6 +1,6 @@ // This is important for shiroa to produce a responsive layout // and multiple targets. -#import "@preview/shiroa:0.1.0": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates +#import "@preview/shiroa:0.1.1": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates #import templates: * // Metadata