From 6093a829c4f5bf36008a69690b88636e516b4678 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Mon, 6 Feb 2023 14:39:44 +0100 Subject: [PATCH] no flashbang --- layouts/index.html | 11 ++++++----- themes/strimertul/assets/scss/main.scss | 2 +- .../assets/scss/{normalize.css => normalize.scss} | 0 themes/strimertul/layouts/partials/head.html | 5 +++++ 4 files changed, 12 insertions(+), 6 deletions(-) rename themes/strimertul/assets/scss/{normalize.css => normalize.scss} (100%) diff --git a/layouts/index.html b/layouts/index.html index 558cee8..b506b38 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,7 +24,8 @@ documented protocol, but we also maintain bindings for popular languages such as + >, but there are also officially supported bindings for popular + languages such as Typescript, @@ -52,8 +53,8 @@
No Twitch Affiliate?

- Our loyalty system lets regular viewers accrue points, claim - rewards and contribute towards community goals. + The built-in loyalty system lets regular viewers accrue points, + claim rewards and contribute towards community goals.

@@ -65,8 +66,8 @@
Keep total control of your tech

- Unlike popular alternatives, strimertül runs completely in your - computer and has no remote components. + Strimertül runs completely in your computer and has no remote + components.

{{ $image := resources.Get "landing/downloads.png" }} diff --git a/themes/strimertul/assets/scss/main.scss b/themes/strimertul/assets/scss/main.scss index 4ff60d6..b0a9321 100644 --- a/themes/strimertul/assets/scss/main.scss +++ b/themes/strimertul/assets/scss/main.scss @@ -1,4 +1,4 @@ -@import "normalize.css"; +@import "normalize.scss"; @import url("https://rsms.me/inter/inter.css"); @import "_vars.scss"; diff --git a/themes/strimertul/assets/scss/normalize.css b/themes/strimertul/assets/scss/normalize.scss similarity index 100% rename from themes/strimertul/assets/scss/normalize.css rename to themes/strimertul/assets/scss/normalize.scss diff --git a/themes/strimertul/layouts/partials/head.html b/themes/strimertul/layouts/partials/head.html index cc9ace4..53f0418 100644 --- a/themes/strimertul/layouts/partials/head.html +++ b/themes/strimertul/layouts/partials/head.html @@ -7,5 +7,10 @@ {{ $style := resources.Get "scss/main.scss" | resources.ToCSS (dict "targetPath" "css/main.css" "enableSourceMap" true ) | minify | resources.Fingerprint }} +