From 4f67710ed2692de06c3296a2b64a6cb15db3e14d Mon Sep 17 00:00:00 2001 From: Bart Kamphorst Date: Mon, 8 Jun 2020 22:09:04 +0200 Subject: [PATCH] Remove superfluous closing div tag. Add ids to all navigation buttons. --- lib/gollum/templates/navbar.mustache | 8 ++++---- lib/gollum/templates/wiki_content.mustache | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/gollum/templates/navbar.mustache b/lib/gollum/templates/navbar.mustache index 400414d1..3f246a8e 100644 --- a/lib/gollum/templates/navbar.mustache +++ b/lib/gollum/templates/navbar.mustache @@ -2,7 +2,7 @@
- Home + Home
@@ -11,13 +11,13 @@
- {{#overview}}Overview{{/overview}} - {{#latest_changes}}Latest Changes{{/latest_changes}} + {{#overview}}Overview{{/overview}} + {{#latest_changes}}Latest Changes{{/latest_changes}}
{{#history}}
- Page History + Page History
{{/history}} diff --git a/lib/gollum/templates/wiki_content.mustache b/lib/gollum/templates/wiki_content.mustache index e096bb15..980ffd6c 100644 --- a/lib/gollum/templates/wiki_content.mustache +++ b/lib/gollum/templates/wiki_content.mustache @@ -36,7 +36,7 @@ {{/has_footer}} - +