diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:14:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:14:22 -0300 |
commit | 1e7da750f6e97b8fc1b8512c6822abe59b4c8a19 (patch) | |
tree | c36571671ee84e123931f3bb4bd833119d75b93c | |
parent | d6f0c873e878a788a7c2446b183b49f278d96fd1 (diff) | |
download | blog-1e7da750f6e97b8fc1b8512c6822abe59b4c8a19.tar.gz blog-1e7da750f6e97b8fc1b8512c6822abe59b4c8a19.tar.bz2 |
Rollback
-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 be71c88..2e18cdc 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -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" /> |