Browse Source

To orient the reader, add "borgmatic" to the top of each documentation page.

Dan Helfman 5 years ago
parent
commit
589fc30fc8
2 changed files with 2 additions and 2 deletions
  1. 2 1
      docs/_includes/header.njk
  2. 0 1
      docs/_includes/index.css

+ 2 - 1
docs/_includes/header.njk

@@ -1,3 +1,4 @@
 <header class="elv-layout elv-layout-full elv-header{% if headerClass %} {{ headerClass }}{% endif %}">
-	<h1 class="elv-hed">{{ title | safe }}</h1>
+    {% if page.url != '/' %}<h3><a href="https://torsion.org/borgmatic/">borgmatic</a></h3>{% endif %}
+    <h1 class="elv-hed">{{ title | safe }}</h1>
 </header>

+ 0 - 1
docs/_includes/index.css

@@ -165,7 +165,6 @@ ul {
 }
 li {
 	padding: .25em 0;
-	line-height: 1.5;
 }
 li ul {
 	margin: .5em 0;