diff options
| author | Bobby <[email protected]> | 2023-03-10 01:00:54 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-03-10 01:00:54 -0500 |
| commit | 469d4318cac355efc96f6d3e00c75596614cb4e3 (patch) | |
| tree | 1a4bbbef6fa6f7f8c689920c8a884f50fdefb6d1 | |
| parent | 3ea43ff20374376e992913281afa0ac1c8f64a64 (diff) | |
| download | thatcomputerscientist-469d4318cac355efc96f6d3e00c75596614cb4e3.tar.xz thatcomputerscientist-469d4318cac355efc96f6d3e00c75596614cb4e3.zip | |
Change to Internal CSS
| -rw-r--r-- | templates/blog/partials/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/partials/css.html b/templates/blog/partials/css.html index 9dca3e47..acf08c68 100644 --- a/templates/blog/partials/css.html +++ b/templates/blog/partials/css.html @@ -1,7 +1,7 @@ <style> body { background: black; - background-image: url("../images/site/bg.jpg"); + background-image: url("/static/images/site/bg.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; @@ -255,7 +255,7 @@ } #header { - background-image: url("../images/site/Banner.gif"); + background-image: url("/static/images/site/Banner.gif"); background-repeat: no-repeat; background-position: center; margin: auto; |
