diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 22:42:50 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 22:42:50 +0000 |
commit | 151cba336bdb78e6b5030c1f2e4cd12e4bf2c5cf (patch) | |
tree | 3b8e116187eb2f6084ac81787e9f4778656fe6b7 /templates/logbook2005style.html | |
parent | d8ab17217f8fd7784b35ec4c9924717ed05491a5 (diff) | |
download | troggle-151cba336bdb78e6b5030c1f2e4cd12e4bf2c5cf.tar.gz troggle-151cba336bdb78e6b5030c1f2e4cd12e4bf2c5cf.tar.bz2 troggle-151cba336bdb78e6b5030c1f2e4cd12e4bf2c5cf.zip |
fix absolute addressing in templates
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r-- | templates/logbook2005style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 872ee4c..668ea9d 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{{logbook_entries.0.expedition}} Expo Logbook</title> -<link rel="stylesheet" href="../../css/main2.css" /> +<link rel="stylesheet" href="/css/main2.css" /> <meta name="keywords" content="NOEDIT"> <style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style> </head> |