diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 21:58:40 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 21:58:40 +0100 |
commit | 943ac3c77ec1dd93d14a780b25fa147d0f882760 (patch) | |
tree | 2c22e26e4066a97f0548d97531aabccbd3fe7abd /themes/baggy/_head.twig | |
parent | 83b47311ba0b8383da7955723a694b0fb3819062 (diff) | |
download | wallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.tar.gz wallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.tar.zst wallabag-943ac3c77ec1dd93d14a780b25fa147d0f882760.zip |
new theme, baggy one cf #448
Diffstat (limited to 'themes/baggy/_head.twig')
-rw-r--r-- | themes/baggy/_head.twig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig new file mode 100644 index 00000000..0079b228 --- /dev/null +++ b/themes/baggy/_head.twig | |||
@@ -0,0 +1,13 @@ | |||
1 | <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}/themes/{{theme}}/img/favicon.ico" /> | ||
2 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ poche_url }}/themes/{{theme}}/img/apple-touch-icon-144x144-precomposed.png"> | ||
3 | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ poche_url }}/themes/{{theme}}/img/apple-touch-icon-72x72-precomposed.png"> | ||
4 | <link rel="apple-touch-icon-precomposed" href="{{ poche_url }}/themes/{{theme}}/img/apple-touch-icon-precomposed.png"> | ||
5 | <link href='http://fonts.googleapis.com/css?family=PT+Sans:700' rel='stylesheet' type='text/css'> | ||
6 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{theme}}/css/ratatouille.css" media="all"> | ||
7 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{theme}}/css/font.css" media="all"> | ||
8 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{theme}}/css/main.css" media="all"> | ||
9 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{theme}}/css/messages.css" media="all"> | ||
10 | <link rel="stylesheet" href="{{ poche_url }}/themes/{{theme}}/css/print.css" media="print"> | ||
11 | <script src="{{ poche_url }}/themes/{{theme}}/js/jquery-2.0.3.min.js"></script> | ||
12 | <script src="{{ poche_url }}/themes/{{theme}}/js/init.js"></script> | ||
13 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/closeMessage.js"></script> \ No newline at end of file | ||