]> git.rocketbowman.com Git - jetsam.git/commitdiff
fix: update css link to new nesting.
authorKyle Bowman <kyle+github@rocketbowman.com>
Mon, 23 Sep 2024 02:19:06 +0000 (22:19 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Mon, 23 Sep 2024 02:19:06 +0000 (22:19 -0400)
_static/templates/base.html
src/private [new symlink]

index f4ef05d29f5c847a9012780f459d1e53461c983c..cfc4b1d9469c2391d03bc46eb0e5b33dfc3b550e 100644 (file)
@@ -12,8 +12,8 @@ $-- You can use pipes to transform variables if needed
     <meta content="text/html; charset=utf-8" http-equiv="content-type">
     <title>$title$</title>
     <meta content="width=device-width, initial-scale=1" name="viewport">
-    <link href='../_static/css/normalize.css' rel='stylesheet' type='text/css'>
-    <link href='../_static/css/space-sakura.css' id="sakura-css" rel='stylesheet' type='text/css'>
+    <link href='../../_static/css/normalize.css' rel='stylesheet' type='text/css'>
+    <link href='../../_static/css/space-sakura.css' id="sakura-css" rel='stylesheet' type='text/css'>
 $for(author-meta)$
     <meta name="author" content="$author-meta$">
 $endfor$
diff --git a/src/private b/src/private
new file mode 120000 (symlink)
index 0000000..a83bf88
--- /dev/null
@@ -0,0 +1 @@
+../../private/
\ No newline at end of file