diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 10:59:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-06 10:59:50 -0200 |
commit | 506b62a99e35c69354e8bc977780e41117f1e6ca (patch) | |
tree | 6c0964811d5972c2dcb15d252d689c999ae70f5a /templates | |
parent | 4e6da46af5e647edbeb4a0afd6a5f5fb070476a7 (diff) | |
download | debian-506b62a99e35c69354e8bc977780e41117f1e6ca.tar.gz debian-506b62a99e35c69354e8bc977780e41117f1e6ca.tar.bz2 |
Static website config
Diffstat (limited to 'templates')
-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..b525d22 100644 --- a/templates/page.tmpl +++ b/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> |