mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Uppercasing 'tags' page title
This commit is contained in:
parent
4fae3b0a85
commit
a87a1b7d3b
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