1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

Added 'wallabag' in page title

This commit is contained in:
Nicolas Lœuillet 2016-03-08 15:22:35 +01:00
parent f4109a9bbf
commit cebb42234c
4 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@
<script src="{{ asset('bundles/wallabagcore/themes/_global/js/annotator.min.js') }}"></script> <script src="{{ asset('bundles/wallabagcore/themes/_global/js/annotator.min.js') }}"></script>
{% endblock %} {% endblock %}
<title>{% block title %}{% endblock %}</title> <title>wallabag - {% block title %}{% endblock %}</title>
{% endblock %} {% endblock %}
</head> </head>