Merge pull request 'Remove meta links from atom template' (#1) from test-no-meta-atom into main
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details

Reviewed-on: #1
main
mat 2022-11-19 18:57:28 +00:00
commit f1bd94338c
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 }}