diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 11:30:52 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 11:30:52 +0800 |
commit | 2dd20788f37f7c4f25928978810ea968fd57c427 (patch) | |
tree | 81c14f8253fb6400912873df5ab2f3daa51e3248 /source/template.html | |
parent | 2e8d9eae4e2119bd277150e5c2cef953d50d2eb8 (diff) | |
download | my_new_personal_website-2dd20788f37f7c4f25928978810ea968fd57c427.tar.xz my_new_personal_website-2dd20788f37f7c4f25928978810ea968fd57c427.zip |
Add Chinese typography features
Diffstat (limited to 'source/template.html')
-rw-r--r-- | source/template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/template.html b/source/template.html index eac772c4..5c7895b9 100644 --- a/source/template.html +++ b/source/template.html @@ -18,10 +18,16 @@ $endif$ <link href="/css/theme-wide.css" media="only screen and (min-width: 1441px)" rel="stylesheet" type="text/css"/> <link href="/css/theme-narrow.css" media="only screen and (max-width: 1023px)" rel="stylesheet" type="text/css"/> <link href="/css/theme-ultranarrow.css" media="only screen and (max-width: 500px)" rel="stylesheet" type="text/css"/> +$if(chinese_article)$ + <link href="/css/theme-chinese-article.css" rel="stylesheet" type="text/css"/> +$endif$ $if(highlighting-css)$ <link href="/css/highlight.css" media="all" rel="stylesheet" type="text/css"/> $endif$ <link href="/css/print.css" media="print" rel="stylesheet" type="text/css"/> +$if(chinese_article)$ + <link href="/css/print-chinese-article.css" media="print" rel="stylesheet" type="text/css"/> +$endif$ </head> <body> <nav class="nav"> |