]> gitweb.fluxo.info Git - templates.git/commitdiff
Minify CSS
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 18:13:59 +0000 (15:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Jul 2015 18:13:59 +0000 (15:13 -0300)
ikiwiki/templates/page.tmpl

index 2e18cdccf3774cd598e6a9649aca5f8661d2ece5..b525d22118d5cd2a6e1367a85d80684e7e97b281 100644 (file)
@@ -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>