Remove meta links from atom template
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/1/head
mat ess 2022-11-19 12:51:10 -05:00
parent 7c4c034129
commit ae96b5016c
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 }}