diff --git a/config/_default/config.toml b/config/_default/config.toml index 2fe76cf..ae12765 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -3,6 +3,6 @@ title = 'Sourcemeta' staticDir = [ './vendor/bootstrap-icons/font/fonts', './static' ] [Params] -description = 'Sourcemeta' +description = 'We develop high-performance software foundations for IoT, Robotics, and APIs' github = 'https://github.com/sourcemeta' email = 'hello@sourcemeta.com' diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3218e8a..b55439c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,6 +10,11 @@ + + + + + {{ $style := resources.Get "main.scss" | toCSS (dict "outputStyle" "compressed") }}