diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-24 23:51:59 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-24 23:51:59 -0700 |
commit | cd8a3441561fa63b9da1b705c4b28dee787f79b0 (patch) | |
tree | e21417394aac2f23060506e120601d74b19ecd29 /themes/default/_head.twig | |
parent | 8e76eaad19c32fd9993fcd4c66de80394b55fbe2 (diff) | |
parent | 6ae804853f6f2e10d394b6abfb977b7a251ee7e4 (diff) | |
download | wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.tar.gz wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.tar.zst wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.zip |
Merge pull request #289 from inthepoche/dev
1.1.0
Diffstat (limited to 'themes/default/_head.twig')
-rw-r--r-- | themes/default/_head.twig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 2b9e4582..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'> | 10 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/jquery-2.0.3.min.js"></script> |
11 | <script src="//codeorigin.jquery.com/jquery-2.0.3.min.js"></script> \ No newline at end of file | ||