From 7b8d81cccb127c044716a4eff8adc82d9bd317d4 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Mon, 8 Aug 2022 18:27:52 +0200 Subject: [PATCH] Fixed README for Liquid parser The construction of `{%` creates problems for the Liquid parser, meaning that no pages can be deployed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb88d8f..2e853f4 100644 --- a/README.md +++ b/README.md @@ -211,13 +211,13 @@ If you want a small table of contents for each chapter, update \cohead{} \rohead*{\headmark} -\newpairofpagestyles[scrheadings]{chapter}{% +\newpairofpagestyles[scrheadings]{chapter}{ \KOMAoptions{headsepline=false,plainheadsepline=false}% \ihead*{}% \ohead*{}% } -\newpairofpagestyles[scrheadings]{part}{% +\newpairofpagestyles[scrheadings]{part}{ \KOMAoptions{headsepline=false,plainheadsepline=false}% \ihead*{}% \ohead*{}%