diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-27 00:00:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-27 00:00:08 -0300 |
commit | 068102846f1b025d19d33eb0ca6f356d8ad4e803 (patch) | |
tree | b96a4cf631915c5186f00917c81908012651ae67 | |
parent | a750b3372c566b25e873504e20ab484a69b1a548 (diff) | |
download | blog-068102846f1b025d19d33eb0ca6f356d8ad4e803.tar.gz blog-068102846f1b025d19d33eb0ca6f356d8ad4e803.tar.bz2 |
Minify CSS
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 2e18cdc..b525d22 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -16,7 +16,7 @@ <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> </TMPL_IF> <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap.min.css" type="text/css" /> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.min.css" /> <TMPL_IF LOCAL_CSS> <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" /> <TMPL_ELSE> |