diff options
-rw-r--r-- | theme/templates/page.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index 8b1048d..ef61d8f 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -4,8 +4,7 @@ {% block content %} {% for page in pages %} - <hr> - <article id="{{ page.path }}"> + <article id="{{ page.path }}" style="page-break-after: always;"> {% for section in page.content %} {% if section.type == "normal" %} {% autoescape false %}{{ section.content }}{% endautoescape %} |