diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-02 14:24:15 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-02 14:24:15 +0200 |
commit | e3ed3e43f563bfed007344f07597193dabd88d57 (patch) | |
tree | 72847f6abea7ffbf10ad6a5ad4cccb56a2eac63f /source/template.html | |
parent | 5c8c04f4da620a891368f9b8fdf045035b1cdf50 (diff) | |
download | my_new_personal_website-e3ed3e43f563bfed007344f07597193dabd88d57.tar.xz my_new_personal_website-e3ed3e43f563bfed007344f07597193dabd88d57.zip |
Move css to scss with new design
Diffstat (limited to '')
-rw-r--r-- | source/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/template.html b/source/template.html index e3b835ef..56735eaa 100644 --- a/source/template.html +++ b/source/template.html @@ -14,7 +14,7 @@ $endif$ <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/> - <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> + <link href="/css/out.css" media="all" rel="stylesheet" type="text/css"/> $if(chinese_article)$ <link href="/css/theme-chinese-article.css" rel="stylesheet" type="text/css"/> $endif$ |