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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-06-11 00:34:37 +0300
committerIvan Boothe <git@rootwork.org>2022-06-11 00:34:37 +0300
commit9eae1ae81ca4b52160fef9706d81b18df50e099a (patch)
tree8c414a17659aa0843c94eafd57a9f7b4b73ed0d1 /assets
parentb387006a1dcefb26a1546986c27ff90f3a3a2996 (diff)
Ensuring image functions read configurable imagesDir path
Signed-off-by: Ivan Boothe <git@rootwork.org>
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_components.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_components.sass b/assets/sass/_components.sass
index 56c7db4..7d091e7 100644
--- a/assets/sass/_components.sass
+++ b/assets/sass/_components.sass
@@ -213,7 +213,7 @@
height: 50vh
max-height: 35rem
background-color: $bg
- // background-image: url(/images/island.jpg)
+ // background-image: url(#{$imagesPath}island.jpg)
background-size: cover
background-position: center
margin-top: 4.2rem