mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 15:41: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
|
|
@ -5,7 +5,8 @@ description = "Sample article showcasing basic Markdown syntax and formatting fo
|
|||
[taxonomies]
|
||||
tags = ["markdown", "css", "html"]
|
||||
[extra]
|
||||
cover_image = "images/markdown-syntax.png"
|
||||
cover.image = "images/markdown-syntax.png"
|
||||
cover.alt = "A Markdown logo"
|
||||
+++
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Kita theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue