diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-08 13:38:03 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-08 13:38:03 +0200 |
commit | 3ae9190e78e4ee341fe58a1243cd2ac388e29049 (patch) | |
tree | 96ed24eb3953c952fb1578bf63d2fa34eb5b73dc /themes/default/_head.twig | |
parent | e231f3f023e41cd6694ed01e95e22d2d4b9fc441 (diff) | |
parent | 2502e1359c1a81c1f9a1822459c0d904c6a7da43 (diff) | |
download | wallabag-3ae9190e78e4ee341fe58a1243cd2ac388e29049.tar.gz wallabag-3ae9190e78e4ee341fe58a1243cd2ac388e29049.tar.zst wallabag-3ae9190e78e4ee341fe58a1243cd2ac388e29049.zip |
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
Diffstat (limited to 'themes/default/_head.twig')
-rw-r--r-- | themes/default/_head.twig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 247b929e..d0cbd320 100644 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig | |||
@@ -7,5 +7,4 @@ | |||
7 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> | 7 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> |
8 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/messages.css" media="all"> | 8 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/messages.css" media="all"> |
9 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/print.css" media="print"> | 9 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/css/print.css" media="print"> |
10 | <link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> | ||
11 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/jquery-2.0.3.min.js"></script> | 10 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/jquery-2.0.3.min.js"></script> |