From 54d6a826d071e8697dcbaf56e92f72e2076d91fb Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 27 Feb 2024 17:11:19 +0000 Subject: refactor: new layout and styling tweaks --- views/layouts/main.handlebars | 56 ++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 30 deletions(-) (limited to 'views/layouts') diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 46973a1..e967019 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -53,37 +53,33 @@ -
-
- -
-
- {{{body}}} -
-
- {{#if showInstanceInformation}} -

- {{siteName}} - {{#each staticPages}} - {{#if @first}} - · - {{/if}} +

+ +
+ {{{body}}} +
+ {{#if showInstanceInformation}} +

+ {{siteName}} + {{#each staticPages}} + {{#if @first}} + · + {{/if}} - {{this.title}} + {{this.title}} - {{#unless @last}} - · - {{/unless}} - {{/each}} -

- {{/if}} -

- Gathio version {{version}} · GitHub · Made with by Raphael and contributors + {{#unless @last}} + · + {{/unless}} + {{/each}}

-
-
-
-
+ {{/if}} +

+ Gathio version {{version}} · GitHub · Made with by Raphael and contributors +

+ + +
-- cgit v1.2.3