From 445c58f60888de1c479bb1c39625461b6819b496 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Mon, 18 May 2020 11:34:44 -0400 Subject: [PATCH] Update default.html --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 2d0a6c973..45cea4f14 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -55,7 +55,7 @@ <div> {% for item in site.data.nav2.toc2 %} - <br> <strong>{{ item.title }}</strong> + <strong>{{ item.title }}</strong> <br> {% if item.subfolderitems[0] %} {% for entry in item.subfolderitems %} <br><a href="{{ entry.url }}">{{ entry.page }}</a> @@ -78,7 +78,7 @@ <footer> <br> <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> - <p><small>Copyright (c) 2020 The LibreTime Foundation</small></p> + <br><small>Copyright (c) 2020 The LibreTime Foundation</small> </footer> </div> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>