diff options
author | delta <darkussdelta@gmail.com> | 2025-02-04 22:13:35 +0100 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2025-02-04 22:13:35 +0100 |
commit | 36328b55938ac7164d46189aab6c6b3b27de3e98 (patch) | |
tree | de9f2d714577602671de147b7a7c72ddf65bfc5d | |
parent | 0a5d93ff5518de7f27822a697ac6758cf95a1b68 (diff) |
fix blog posts being unstyled: electric boogaloo
-rwxr-xr-x | .zs/styles | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CSS="reset main" CSS_ZS_FILE=$(echo $ZS_FILE | sed -e 's/.[^.]*$/.css/') for css in $CSS; do - printf "<link rel=\"stylesheet\" href=\"assets/css/%s.css\">\n" "$css" + printf "<link rel=\"stylesheet\" href=\"/assets/css/%s.css\">\n" "$css" done if [ -f $(printf "assets/css/%s" "$CSS_ZS_FILE") ]; then |