diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-17 22:59:28 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-17 22:59:28 +0100 |
commit | e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e (patch) | |
tree | b2994294bfb86154d230d1e9cbdec42e550b4d21 /docs/templates/default/themes/daux-navy.thm | |
parent | 5ea5310ab450035143e2f5637f9fa69773f7879b (diff) | |
parent | a50d7f0f20e7160f1a4dd736c225a9565454a9d5 (diff) | |
download | wallabag-e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e.tar.gz wallabag-e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e.tar.zst wallabag-e9a64ef8a9776becbe4c621ee4bd762f24b1bc3e.zip |
Merge pull request #923 from wallabag/add-html-doc
add HTML documentation
Diffstat (limited to 'docs/templates/default/themes/daux-navy.thm')
-rw-r--r-- | docs/templates/default/themes/daux-navy.thm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/default/themes/daux-navy.thm b/docs/templates/default/themes/daux-navy.thm new file mode 100644 index 00000000..f86c54b1 --- /dev/null +++ b/docs/templates/default/themes/daux-navy.thm | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "favicon": "<theme_url>img/favicon-navy.png", | ||
3 | "css": ["<theme_url>css/daux-navy.css"], | ||
4 | "fonts": ["//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"], | ||
5 | "js": [], | ||
6 | "require-jquery": true, | ||
7 | "bootstrap-js": false | ||
8 | } \ No newline at end of file | ||