aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-26 15:13:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-26 15:13:59 -0300
commit26658e7ae3087ea32dc3f39a62cf9d1d8394d06e (patch)
tree4c73171bcfc6ac2ff25e5a6463c1f352254f02a0
parent74b55bb7dfe23debd2c6e65cc7f729982082dd39 (diff)
downloadtemplates-26658e7ae3087ea32dc3f39a62cf9d1d8394d06e.tar.gz
templates-26658e7ae3087ea32dc3f39a62cf9d1d8394d06e.tar.bz2
Minify CSS
-rw-r--r--ikiwiki/templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/templates/page.tmpl b/ikiwiki/templates/page.tmpl
index 2e18cdc..b525d22 100644
--- a/ikiwiki/templates/page.tmpl
+++ b/ikiwiki/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>