]> gitweb.fluxo.info Git - blog.git/commitdiff
Rollback
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 19:14:22 +0000 (16:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 19:14:22 +0000 (16:14 -0300)
templates/page.tmpl

index be71c886076b9cd667cb348662b678253da9ec84..2e18cdccf3774cd598e6a9649aca5f8661d2ece5 100644 (file)
@@ -15,7 +15,7 @@
 <TMPL_IF FAVICON>
 <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.css" type="text/css" />
+<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" />
 <TMPL_IF LOCAL_CSS>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />