Skip to content

Commit 8a02a15

Browse files
committed
add rss title to link element
1 parent 4e2c7db commit 8a02a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Resources/views/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="UTF-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1"/>
1111
<title>{% block title %}Symfony Demo application{% endblock %}</title>
12-
<link rel="alternate" type="application/rss+xml" href="{{ path('blog_rss') }}">
12+
<link rel="alternate" type="application/rss+xml" title="{{ 'rss.title'|trans }}" href="{{ path('blog_rss') }}">
1313
{% block stylesheets %}
1414
<link rel="stylesheet" href="{{ asset('css/bootstrap-flatly-3.3.7.min.css') }}">
1515
<link rel="stylesheet" href="{{ asset('css/font-awesome-4.6.3.min.css') }}">

0 commit comments

Comments
 (0)