From 5bab57e25472633fe384bd51606a785b30bd77a6 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 12 Sep 2024 13:08:35 +0000 Subject: [PATCH] Update examples/config.yml --- examples/config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/examples/config.yml b/examples/config.yml index 6b0a593..515549c 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -3,6 +3,27 @@ # Shared # ########## +common: + footnotes: + - category: self + links: true + title: + en: Related articles + pl: Powiązane artykuły + tu: Связанные статьи + - category: link + links: true + title: + en: Links + pl: Odnośniki + ru: Ссылки + - category: book + links: false + title: + en: Literature + pl: Literature + ru: Литература + paths: &paths current_path: '/xxxxx.xxx' images_prefix: '/assets/images'