Remove meta links from atom template #1

Merged
sloane merged 1 commits from test-no-meta-atom into main 2022-11-19 18:57:29 +00:00
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
<summary>{{ page.description | default(value="a post from mat's blog.") | safe }}</summary>
<content type="html">
{%- if page.extra.hero %}
<![CDATA[<meta property="og:image" content="{{ get_url(path=page.path) }}/hero.webp">]]>
<![CDATA[<meta property="twitter:image" content="{{ get_url(path=page.path) }}/hero.webp">]]>
<![CDATA[{{ post_macros::hero(page=page) }}]]>
{% endif -%}
{{ page.content }}