diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 00:31:42 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 00:31:42 -0700 |
commit | 8df8eb6c95b98acc335b93ebd8053f98c0067cde (patch) | |
tree | 9da7c8ebe243ee6bab369c58a4dae0b80b939142 /themes/default/_head.twig | |
parent | 5a26af476e87b769811ffe2d0e43551684b05854 (diff) | |
parent | bf7516112f90ea0392918605acdb9167cf21e516 (diff) | |
download | wallabag-8df8eb6c95b98acc335b93ebd8053f98c0067cde.tar.gz wallabag-8df8eb6c95b98acc335b93ebd8053f98c0067cde.tar.zst wallabag-8df8eb6c95b98acc335b93ebd8053f98c0067cde.zip |
Merge pull request #264 from jcsaaddupuy/dev
Embeding jquery
Diffstat (limited to 'themes/default/_head.twig')
-rw-r--r-- | themes/default/_head.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 2b9e4582..dfebd91d 100644 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig | |||
@@ -8,4 +8,4 @@ | |||
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 | <link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> |
11 | <script src="//codeorigin.jquery.com/jquery-2.0.3.min.js"></script> \ No newline at end of file | 11 | <script src="href="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }/js/jquery-2.0.3.min.js"></script> |