diff --git a/docs/_includes/header.njk b/docs/_includes/header.njk index 77c6da70..f511e012 100644 --- a/docs/_includes/header.njk +++ b/docs/_includes/header.njk @@ -1,3 +1,4 @@
-

{{ title | safe }}

+ {% if page.url != '/' %}

borgmatic

{% endif %} +

{{ title | safe }}

diff --git a/docs/_includes/index.css b/docs/_includes/index.css index 78e816c0..a40dc90b 100644 --- a/docs/_includes/index.css +++ b/docs/_includes/index.css @@ -165,7 +165,6 @@ ul { } li { padding: .25em 0; - line-height: 1.5; } li ul { margin: .5em 0;