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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorSteve Miller <me@r15cookie.com>2021-05-21 06:17:19 +0300
committerGitHub <noreply@github.com>2021-05-21 06:17:19 +0300
commit6004f5dcd833eddbb01f0a40c0beb2062075c90e (patch)
tree442307f388c2fb07f7af63a7abb4e55e494d703e /assets
parent9a392595e2cd54b120cd68ba52181bdab2700896 (diff)
Move to Relative Links (#9)
* Absolute links to Relative Links * Additional updates to permalinks Signed-off-by: Steve Miller <me@r15cookie.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 65a0929..acaaaac 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,6 +1,6 @@
/* base */
body {
- background-image: url('{{ "img/geometry2.png" | absURL }}');
+ background-image: url('{{ "img/geometry2.png" | relURL }}');
}
/* anchors */