From 4a881df1727c4305d6a7f3cd606c9e473ce56af6 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 18 Jun 2021 19:41:15 +0200 Subject: [PATCH] Integrating header with each page, removing bottom section of section-app-header template, fixing a few bugs --- layouts/_default/app.html | 9 ++++++++ layouts/partials/header.html | 13 ++++++------ layouts/partials/section-app-header.html | 5 +---- layouts/partials/section1.html | 2 ++ static/css/common.css | 7 +++++- static/css/header.css | 27 +++++++++++++++++++----- static/css/sections.css | 18 ++++++++++------ static/icons/bug.svg | 1 + 8 files changed, 60 insertions(+), 22 deletions(-) create mode 100644 static/icons/bug.svg diff --git a/layouts/_default/app.html b/layouts/_default/app.html index e29209f..b3668ef 100644 --- a/layouts/_default/app.html +++ b/layouts/_default/app.html @@ -86,6 +86,15 @@

{{ end }} +
  + {{ range .Params.Technical.Links }} +
+ + {{ .Icon }}{{ .Title }} +   +
+ {{ end }} +
{{ if .Params.Download.Show }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8002e30..de40b85 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,18 +1,19 @@ -