diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-04 08:33:05 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-11-04 08:33:05 +0100 |
commit | a0c57b35a338f95a7426f49461cbfa203ec49a24 (patch) | |
tree | 9a0e27df765e1671420dd8b6992285066caa9fd6 /docs/templates/default/themes/daux-green.thm | |
parent | 893b8e4cefae8b7b7600ab8322250cdb5d10cedd (diff) | |
download | wallabag-a0c57b35a338f95a7426f49461cbfa203ec49a24.tar.gz wallabag-a0c57b35a338f95a7426f49461cbfa203ec49a24.tar.zst wallabag-a0c57b35a338f95a7426f49461cbfa203ec49a24.zip |
add HTML documentation
Diffstat (limited to 'docs/templates/default/themes/daux-green.thm')
-rw-r--r-- | docs/templates/default/themes/daux-green.thm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/default/themes/daux-green.thm b/docs/templates/default/themes/daux-green.thm new file mode 100644 index 00000000..01aaa97b --- /dev/null +++ b/docs/templates/default/themes/daux-green.thm | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "favicon": "<theme_url>img/favicon-green.png", | ||
3 | "css": ["<theme_url>css/daux-green.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 | ||