aboutsummaryrefslogtreecommitdiff
path: root/captain/templates
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-05-12 14:21:05 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-05-12 14:21:05 -0400
commitc5a514ac0d29a58a79a708771fe4b2a16d400031 (patch)
tree20840ea805ed2c9998575e239c7cb7644fae8531 /captain/templates
parent9ac19f108c1b69025572bf32e310b332ef098c98 (diff)
downloadlevitating-c5a514ac0d29a58a79a708771fe4b2a16d400031.tar.gz
levitating-c5a514ac0d29a58a79a708771fe4b2a16d400031.zip
Added some CSS styling. Fixed checks for zero-length pointers since it seems to freak out Fortran.
Diffstat (limited to 'captain/templates')
-rw-r--r--captain/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html
index 6a41d0d..ae87e72 100644
--- a/captain/templates/index.html
+++ b/captain/templates/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>{{ title }} - I'm Levitating!</title>
- <link rel="stylsheet" href="/static/style.css" />
+ <link rel="stylesheet" href="{{ base_url }}/static/style.css" />
</head>
<body>