diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-03-04 15:29:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-03-04 15:29:27 -0300 |
commit | d7ebfdb85cf73c027fb928518004533e428f3893 (patch) | |
tree | 23397f8fb433156d0e69dee35c6cfd1d76f5cd23 /templates | |
parent | bc27cc5f209d9d90454c7f3d2a5b127ba5171905 (diff) | |
download | blog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.gz blog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.bz2 |
Feat: MathJax setup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 424d923..9fc2611 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -15,12 +15,12 @@ <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-responsive.min.css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>vendor/bootstrap/css/bootstrap.min.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>vendor/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> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>assets/css/local.css" type="text/css" /> </TMPL_IF> <TMPL_IF EDITURL> <link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" /> |