diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-31 17:27:37 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-31 17:27:37 +0300 |
commit | f9a64d57bbff4d253ed89ce286071f84968f37a9 (patch) | |
tree | 71921208363254902f200479a606ab1fdc9a5fc5 /templates | |
parent | 2fd4205196217e4356d7855a1926f95aacdf2419 (diff) |
Remove useless "$BASEURL" prefix in the template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 38b4d2c..3032d0d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,11 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8" /> <!-- Bootstrap --> - <link rel="stylesheet" href="<TMPL_VAR BASEURL>static/css/bootstrap.min.css"> + <link rel="stylesheet" href="/static/css/bootstrap.min.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="/static/js/html5shiv.min.js"></script> + <script src="/static/js/html5shiv.min.js"></script> <script src="/static/js/respond.min.js"></script> <![endif]--> <TMPL_IF FAVICON> |