mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
feat: add optional cover image alt (#20)
Co-authored-by: st1020 <me@st1020.com>
This commit is contained in:
parent
11028d729f
commit
fe3b3a6e14
4 changed files with 10 additions and 9 deletions
|
|
@ -36,9 +36,9 @@
|
|||
<meta property="og:site_name" content="{{ config.title }}" />
|
||||
<meta property="og:description" content="{{ description }}" />
|
||||
<meta property="og:url" content="{{ page.permalink }}" />
|
||||
{% if page.extra.cover_image %}
|
||||
{% if page.extra.cover.image %}
|
||||
<!---->
|
||||
{% set image = page.extra.cover_image %}
|
||||
{% set image = page.extra.cover.image %}
|
||||
<!---->
|
||||
{% elif config.extra.social_image %}
|
||||
<!---->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue