Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <meta charset="utf-8"> | |
2 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
3 | |
4 <title>{{title|translate("title", "meta")}}</title> | |
5 {% if description %} | |
6 <meta name="description" content="{{description|translate("description", "meta ")}}"> | |
7 {% endif %} | |
8 <link rel="canonical" href="{{ get_canonical_url(page | ignore_browsers) }}"> | |
OLD | NEW |