| OLD | NEW | 
|---|
| 1 <meta charset="utf-8"> | 1 <meta charset="utf-8"> | 
| 2 <meta http-equiv="x-ua-compatible" content="ie=edge"> | 2 <meta http-equiv="x-ua-compatible" content="ie=edge"> | 
| 3 <meta name="viewport" content="width=device-width, initial-scale=1"> | 3 <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| 4 <title>{{ title | translate("page-title", "Page title") }}</title> | 4 <title>{{ title | translate("page-title", "Page title") }}</title> | 
| 5 {% if description %} | 5 {% if description %} | 
| 6   <meta name="description" content="{{ description | translate("page-description
   ", "Page description") }}"> | 6   <meta name="description" content="{{ description | translate("page-description
   ", "Page description") }}"> | 
| 7 {% endif %} | 7 {% endif %} | 
|  | 8 <link rel="canonical" href="{{ get_canonical_url(page) }}"> | 
| OLD | NEW | 
|---|