From 589fc30fc854aea45304ac1db844403822671b06 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 31 Oct 2019 22:04:38 -0700 Subject: [PATCH] To orient the reader, add "borgmatic" to the top of each documentation page. --- docs/_includes/header.njk | 3 ++- docs/_includes/index.css | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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;