From b065deea4a975f5cb78f23466e32b4ee29a26ffe Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 24 Mar 2021 01:52:40 +0100 Subject: [PATCH] add missing partial header file Signed-off-by: Toshaan Bharvani --- .../layouts/partials/header.html | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 themes/openpowerfoundation/layouts/partials/header.html diff --git a/themes/openpowerfoundation/layouts/partials/header.html b/themes/openpowerfoundation/layouts/partials/header.html new file mode 100644 index 0000000..d95142f --- /dev/null +++ b/themes/openpowerfoundation/layouts/partials/header.html @@ -0,0 +1,53 @@ + + + + + {{ .Title }} - OpenPOWER Foundation + + + + + + + + + + + + + + + + + + + + {{ $stylecss := resources.Get "css/style.css" }} + {{ $style := $stylecss | resources.Minify }} + + {{ $syntaxcss := resources.Get "css/syntax.css" }} + {{ $syntax := $syntaxcss | resources.Minify }} + + {{ $timelineoptions := (dict "targetPath" "timeline.css" "outputStyle" "compressed" "enableSourceMap" true) }} + {{ $timeline := resources.Get "css/timeline.scss" | resources.ToCSS $timelineoptions | resources.Fingerprint | resources.Minify }} + + {{ $changelogoptions := (dict "targetPath" "changelog.css" "outputStyle" "compressed" "enableSourceMap" true) }} + {{ $changelog := resources.Get "css/changelog.scss" | resources.ToCSS $changelogoptions | resources.Fingerprint | resources.Minify }} + + + + + + + +
+
+
+
+
+
+
+
+
+
+