diff --git a/docs/_includes/header.njk b/docs/_includes/header.njk index 77c6da70c..f511e0128 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 78e816c0a..a40dc90b0 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;