diff options
author | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 12:57:33 +0200 |
---|---|---|
committer | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-08 12:57:33 +0200 |
commit | 272600ff80556e328a2f53dd36dacf0000e5c557 (patch) | |
tree | 338a0c40cc97a2d5fca3dafde33d5f89de385d14 /themes/default | |
parent | 1745ebc832ce9a1be4cb23e7a10e65fae3d96411 (diff) | |
download | wallabag-272600ff80556e328a2f53dd36dacf0000e5c557.tar.gz wallabag-272600ff80556e328a2f53dd36dacf0000e5c557.tar.zst wallabag-272600ff80556e328a2f53dd36dacf0000e5c557.zip |
Removed google font link
Diffstat (limited to 'themes/default')
-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> |