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 }} + + + + + + + +
+
+
+
+
+
+
+
+
+
+