Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralfredocambera <acambera@nearsoft.com>2020-07-30 23:18:18 +0300
committeralfredocambera <acambera@nearsoft.com>2020-07-30 23:18:18 +0300
commit9e4a56a4e297d957f6744537c24fc5513360404d (patch)
treee4792d713155b2794da9e5cb434c1d4c9891624f
parentdf65ecfdaae4565bc46a86b372a4c9877a0642a2 (diff)
added requested changes
-rw-r--r--layouts/partials/header_includes.html2
-rw-r--r--static/css/styles-without-dark-mode.css (renamed from static/css/styles_withou_dark_mode.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header_includes.html b/layouts/partials/header_includes.html
index 905061b..87f948d 100644
--- a/layouts/partials/header_includes.html
+++ b/layouts/partials/header_includes.html
@@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
{{ end }}
{{ if .Site.Params.disableDarkModeCSS }}
- <link rel="stylesheet" type="text/css" href="{{ "css/styles_withou_dark_mode.css" | relURL}}" />
+ <link rel="stylesheet" type="text/css" href="{{ "css/styles-without-dark-mode.css" | relURL}}" />
{{ else}}
<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL}}" />
{{- end -}}
diff --git a/static/css/styles_withou_dark_mode.css b/static/css/styles-without-dark-mode.css
index 17f7c6f..17f7c6f 100644
--- a/static/css/styles_withou_dark_mode.css
+++ b/static/css/styles-without-dark-mode.css