mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-12 03:51:42 +00:00
Merge pull request #906 from jsit/tagstitle
Uppercasing 'tags' page title
This commit is contained in:
commit
4bada2b954
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends "layout.twig" %}
|
{% extends "layout.twig" %}
|
||||||
{% block title %}tags{% endblock %}
|
{% block title %}Tags{% endblock %}
|
||||||
{% block menu %}
|
{% block menu %}
|
||||||
{% include '_menu.twig' %}
|
{% include '_menu.twig' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue