diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:13:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:13:07 -0300 |
commit | d6f0c873e878a788a7c2446b183b49f278d96fd1 (patch) | |
tree | f667bb507ace87d78c66c9c8699a1d994de41e2a | |
parent | d6becdd885b5ea656ae14af9f5d10a9ea2bce2bc (diff) | |
download | blog-d6f0c873e878a788a7c2446b183b49f278d96fd1.tar.gz blog-d6f0c873e878a788a7c2446b183b49f278d96fd1.tar.bz2 |
Test bootstrap full stylesheet
-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..be71c88 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.min.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap.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" /> |