We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37813f6 commit ed9edd9Copy full SHA for ed9edd9
templates/base.html.twig
@@ -8,6 +8,7 @@
8
<head>
9
<meta charset="UTF-8" />
10
<meta name="viewport" content="width=device-width, initial-scale=1"/>
11
+ <meta name="view-transition" content="same-origin" />
12
<title>{% block title %}Symfony Demo application{% endblock %}</title>
13
<link rel="alternate" type="application/rss+xml" title="{{ 'rss.title'|trans }}" href="{{ path('blog_rss') }}">
14
0 commit comments