From d640a7c2609ac33a3c6543177c9a5740cc408927 Mon Sep 17 00:00:00 2001 From: les Date: Fri, 4 Jun 2021 16:59:04 +0200 Subject: [PATCH] minor --- docs/_includes/head.html | 21 +++++++++++++++++++++ docs/_sass/custom/custom.scss | 5 +++++ docs/install/configuration.md | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/_includes/head.html diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 00000000..3e91c6fc --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,21 @@ + + + + {{ page.title }} - {{ site.title }} + + {% if page.description %} + + {% endif %} + + + + + + + + + + + + {% seo %} + diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index d89e5465..05377a86 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -16,6 +16,11 @@ $svg-warning-color: "f0ad4e"; $svg-error-color: "d9534f"; $svg-citation-color: "495057"; +.nav-list .nav-list-item { + font-size: 18px !important; + padding: 4px 0px 0px 0px !important; +} + .premonition { display: grid; grid-template-columns: 43px auto; diff --git a/docs/install/configuration.md b/docs/install/configuration.md index 45191ebf..c5cac6fa 100644 --- a/docs/install/configuration.md +++ b/docs/install/configuration.md @@ -21,7 +21,7 @@ The title will be in rss feed, in html head and in emails: `"title": "Gancio"` -![title](assets/title.png) +![title](../assets/title.png) - ### Description `"description": "a shared agenda for local communities"`