From f9a64d57bbff4d253ed89ce286071f84968f37a9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin <guilhem.moulin@fripost.org> Date: Thu, 31 Mar 2016 17:27:37 +0300 Subject: Remove useless "$BASEURL" prefix in the template. --- templates/page.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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> -- cgit v1.2.3