Merge pull request 'Remove meta links from atom template' (#1) from test-no-meta-atom into main
Reviewed-on: mat/mat.services#1main
commit
f1bd94338c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue