From 07bcfd77b6a1e01ffd59c11295abb201f81c01c5 Mon Sep 17 00:00:00 2001 From: Raphael Aguiar Date: Wed, 19 Aug 2020 14:59:40 -0300 Subject: Fix (hopefully) all issues related to taxonomies and minor changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c4cd65c..975f884 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ A **really** basic 404 page can be generated via config file by using: ### Custom partials * The site title can be replaced by creating a file named `layouts/partials/custom/site-title.html`; -* Custom favicons can be used by creating a file named `layouts/partials/custom/head.html`; +* Custom favicons can be used by creating a file named `layouts/partials/custom/head-append.html`; * Custom CSS can be imported into the main CSS file by creating a file named `static/css/custom.css` or `assets/scss/custom.scss`; * The `copyright` param can be replaced by creating a file named `layouts/partials/custom/copyright.html`. @@ -318,6 +318,8 @@ More possible params for your config file: [params.style] # Disable the use of system settings (prefers-color-scheme) + # Can be used as a workaround for Chrome on Linux + # (Issue 998903: Dark Gtk theme does not affect prefers-color-scheme media query) # The default is false ignoreSystemSettings = true @@ -357,4 +359,4 @@ More possible params for your config file: If this repo was useful or helpful to you in any way, please consider buying me a coffee: -Buy Me A Coffee +Buy Me A Coffee -- cgit v1.2.3