diff options
Diffstat (limited to 'tpl/_head.twig')
-rw-r--r-- | tpl/_head.twig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/_head.twig b/tpl/_head.twig index 9e82437f..f25f0471 100644 --- a/tpl/_head.twig +++ b/tpl/_head.twig | |||
@@ -4,5 +4,6 @@ | |||
4 | <link rel="apple-touch-icon-precomposed" href="./tpl/img/apple-touch-icon-precomposed.png"> | 4 | <link rel="apple-touch-icon-precomposed" href="./tpl/img/apple-touch-icon-precomposed.png"> |
5 | <link rel="stylesheet" href="./tpl/css/knacss.css" media="all"> | 5 | <link rel="stylesheet" href="./tpl/css/knacss.css" media="all"> |
6 | <link rel="stylesheet" href="./tpl/css/style.css" media="all"> | 6 | <link rel="stylesheet" href="./tpl/css/style.css" media="all"> |
7 | <link rel="stylesheet" href="./tpl/css/style-light.css" media="all" title="light-style"> | 7 | <link rel="stylesheet" href="./tpl/css/style-{{ constant('THEME') }}.css" media="all" title="{{ constant('THEME') }} theme"> |
8 | <link rel="stylesheet" href="./tpl/css/messages.css" media="all"> \ No newline at end of file | 8 | <link rel="stylesheet" href="./tpl/css/messages.css" media="all"> |
9 | <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> \ No newline at end of file | ||