templates/themesWebsite/blog_cpn/components/canonical.html.twig line 1

Open in your IDE?
  1. {% if page.canonical is not null %}
  2.     {% if page.canonical is not empty %}
  3.         <link rel="canonical" href="{{ page.canonical }}" />
  4.     {% endif %}
  5. {% endif %}