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"`