Compare commits
No commits in common. "f1bd94338c74d6b040cdfa25cba02dba4ec05268" and "7c4c034129c2786f71cfbb419a2c1bac8db87afb" have entirely different histories.
f1bd94338c
...
7c4c034129
|
@ -33,6 +33,8 @@
|
||||||
<summary>{{ page.description | default(value="a post from mat's blog.") | safe }}</summary>
|
<summary>{{ page.description | default(value="a post from mat's blog.") | safe }}</summary>
|
||||||
<content type="html">
|
<content type="html">
|
||||||
{%- if page.extra.hero %}
|
{%- 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) }}]]>
|
<![CDATA[{{ post_macros::hero(page=page) }}]]>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
|
|
Loading…
Reference in New Issue