Modified SEO on page template

This commit is contained in:
Jeff MacKinnon 2022-02-07 19:06:24 -04:00
parent 1c4e0d8044
commit 4083c54a5b

View file

@ -11,10 +11,6 @@
{{ translations.entry_hreflang(page) }}
{% endif %}
<!-- Open Graph Tags-->
<meta property="og:site_name" content="{{ SITENAME }}" />
<meta property="og:title" content="{{ page.title|striptags }}" />
<meta property="og:url" content="{{ SITEURL }}/{{ page.url }}" />
{% endblock %}