From 5536a35a378efa550815c3f527c9b048dbb2c894 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Wed, 7 Apr 2021 08:59:40 +0200 Subject: [PATCH] add missing bootstrap file; minor fixes --- LICENSE.md | 4 ++-- layouts/partials/header.html | 20 ++++++++++---------- static/js/bootstrap.min.js.map | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 static/js/bootstrap.min.js.map diff --git a/LICENSE.md b/LICENSE.md index 9c7d468..d6506c0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,9 @@ # The MIT License (MIT) -Copyright (c) 2016 Hugo Aguirre +Copyright (c) 2021 cyberconcepts.org team (team@cyberconcepts.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3f0a96d..566ac1d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,9 +3,9 @@ {{.Site.Title}} - {{ with .Site.Params.Headline -}} + {{- with .Site.Params.Headline -}} - {{- end }} + {{- end -}} -