diff --git a/app/config/config.yml b/app/config/config.yml index 0807b06ab..75e090390 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -136,6 +136,7 @@ liip_theme: load_controllers: false themes: - baggy + - material autodetect_theme: wallabag_core.helper.detect_active_theme path_patterns: diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig new file mode 100644 index 000000000..6d5b53942 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -0,0 +1,214 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{% trans %}Config{% endtrans %}{% endblock %} + +{% block content %} + +
{{ entry.content|striptags|slice(0, 300) }}...
+{% trans %}wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted.{% endtrans %}
+ +{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
+ + + +