diff options
Diffstat (limited to 'source/template.html')
-rw-r--r-- | source/template.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/template.html b/source/template.html index 5c7895b9..527e8375 100644 --- a/source/template.html +++ b/source/template.html @@ -28,6 +28,9 @@ $endif$ $if(chinese_article)$ <link href="/css/print-chinese-article.css" media="print" rel="stylesheet" type="text/css"/> $endif$ +$if(custom-css)$ + <style type="text/css">$custom-css$</style> +$endif$ </head> <body> <nav class="nav"> |