summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.zs/styles2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zs/styles b/.zs/styles
index 3ef2f78..c51a369 100755
--- a/.zs/styles
+++ b/.zs/styles
@@ -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