From cb2e82861e6eb34ff95027695a5802304e0aba77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Oct 2024 15:19:24 +0200 Subject: [PATCH] docs: honing #567 --- exampleSite/content/introduction/releasenotes/7/0.en.md | 8 ++++---- layouts/partials/version.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/introduction/releasenotes/7/0.en.md b/exampleSite/content/introduction/releasenotes/7/0.en.md index 5662584739..c011ef0018 100644 --- a/exampleSite/content/introduction/releasenotes/7/0.en.md +++ b/exampleSite/content/introduction/releasenotes/7/0.en.md @@ -28,9 +28,9 @@ weight = -0 Specifically, you will have to adapt your site if you have - [overwritten the `header.html`, `menu.html` or `footer.html` partials](configuration/customization/partials) - - [self-defined output formats](configuration/customization/outputformats) that display HTML - - defined archetype partials in `layouts/partials/archetypes` - now becoming [page designs](configuration/customization/designs) - - [overwritten prev/next topbar buttons](configuration/customization/topbar) - needs sync with the implementation changes + - [self-defined output formats](configuration/customization/outputformats) + - self-defined archetype partials in `layouts/partials/archetypes` - now becoming [page designs](configuration/customization/designs) + - [overwritten prev/next topbar buttons](configuration/customization/topbar) - needs sync with implementation changes - {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release changes the way the search index and the dedicated search page are generated. This may require reconfiguration by you to still work as you have intended. @@ -55,7 +55,7 @@ weight = -0 This change was necessary as the previously used font had display issues with [marked text](authoring/markdown#marked-text), contrast, and some other minor stuff. As an aftermath, the number of requests and the download size were decreased when loading a page. - Although the font was created by Google, it is licensed under OFL 1.1 and is delivered from your theme's installation. As always, no third-party server calls are involved. + The font was created by Google, is licensed under OFL 1.1 and is delivered from your theme's installation. As always, no third-party server calls are involved. If you have changed the `font-family` in your installation, you most likely have to adjust the variables `--MAIN-font-weight`, `--MAIN-BOLD-font-weight` and `--MAIN-letter-spacing`. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 88758be42a..4f2573cd6a 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+c71bc520d76cddfc7f09bd4294fef8c4270bab16 \ No newline at end of file +6.4.0+a68b5ec4d1b9a246993bb82840cdaeeeb44ff109 \ No newline at end of file