Strip html for Cloudflare pages

This commit is contained in:
amassaad 2023-12-21 13:59:15 -05:00
parent f449b1af64
commit 8f1f0c08fa
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
{% endif %}
{% if site.url %}
<link rel="canonical" href="{{ seo_tag.canonical_url }}" />
<meta property="og:url" content="{{ seo_tag.canonical_url }}" />
<link rel="canonical" href="{{ seo_tag.canonical_url | replace:'.html','' }}" />
<meta property="og:url" content="{{ seo_tag.canonical_url | replace:'.html','' }}" />
{% endif %}
{% if seo_tag.site_title %}