]> git.za3k.com Git - za3k.git/commitdiff
Global markdown stylesheet
authorZachary Vance <za3k@za3k.com>
Sun, 7 Feb 2021 03:54:47 +0000 (19:54 -0800)
committerZachary Vance <za3k@za3k.com>
Sun, 7 Feb 2021 03:54:47 +0000 (19:54 -0800)
cgi-bin/markdown/Markdown.cgi

index bed5466aedf6751bcd9066aab569ed942fe4d961..3055d64664f4d35eddc8c8e6a97aa87b18ba24eb 100755 (executable)
@@ -18,7 +18,7 @@ content = markdown.render(File.read(ENV['PATH_TRANSLATED']))
 puts %Q{
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="markdown.css">
+<link rel="stylesheet" type="text/css" href="/markdown.css">
 </head>
 <body>
 #{content}