diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-01 08:22:29 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-01 10:49:17 +0100 |
commit | 495aecfe7417918c45d8ea32b1ee8903018449cd (patch) | |
tree | f79e2d133e66108b3e0e814dc206d09344e72df0 /app/Resources/views/base.html.twig | |
parent | 71798e4ec428d03b1ce7116ae918a05a2d9b5044 (diff) | |
download | wallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.tar.gz wallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.tar.zst wallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.zip |
Cleanup & simplify theme
Diffstat (limited to 'app/Resources/views/base.html.twig')
-rw-r--r-- | app/Resources/views/base.html.twig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig deleted file mode 100644 index bafd28d3..00000000 --- a/app/Resources/views/base.html.twig +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset="UTF-8" /> | ||
5 | <title>{% block title %}Welcome!{% endblock %}</title> | ||
6 | {% block stylesheets %}{% endblock %} | ||
7 | <link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" /> | ||
8 | </head> | ||
9 | <body> | ||
10 | {% block body %}{% endblock %} | ||
11 | {% block javascripts %}{% endblock %} | ||
12 | </body> | ||
13 | </html> | ||