diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 243936b..e5f0645 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,17 +12,18 @@

- {{ .Site.Copyright }}
-

{{ i18n "websiteSource" }}

- {{ if .GitInfo }} -

Built from {{ .GitInfo.AbbreviatedHash }}

- {{ end }} + {{ .Site.Copyright }}

Terms of use

{{ i18n "usingTheme" }} Omegamma

{{ i18n "poweredBy" }} Hugo

+

{{ i18n "websiteSource" }} + {{ if .GitInfo }} + - built from {{ .GitInfo.AbbreviatedHash }} + {{ end }} +


diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b3c5d64..89ddc43 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,14 +4,17 @@ - {{ $mainstyle := resources.Get "/scss/main.scss" | toCSS | minify }} - + {{ $mainstyle := resources.Get "/scss/main.scss" | toCSS }} + {{ if .Site.Params.includeAppsStyle }} + {{ $appsstyle := resources.Get "/scss/apps.scss" | toCSS }} + {{ $style := slice $mainstyle $appsstyle | resources.Concat "css/bundle.css" | minify }} + + {{ else }} + {{ $style := $mainstyle | minify }} + + {{ end }} {{ $printstyle := resources.Get "/scss/print.scss" | toCSS | minify }} - {{ if .Site.Params.includeAppsStyle }} - {{ $appsstyle := resources.Get "/scss/apps.scss" | toCSS | minify }} - - {{ end }} {{ hugo.Generator }} diff --git a/static/icons/social/docker.svg b/static/icons/social/docker.svg new file mode 100644 index 0000000..b86b7fa --- /dev/null +++ b/static/icons/social/docker.svg @@ -0,0 +1,6 @@ + + + + + +