Allow dynamic images on each blog post (#143)
* Allow dynamic images on each blog post * Adding responsive CSS for blog post images * Adding image parameter to YAML front matter
This commit is contained in:
parent
33c5ffadff
commit
66bd2ada99
7 changed files with 67 additions and 6 deletions
|
@ -182,6 +182,13 @@ prose:
|
|||
help: "Enter date of post."
|
||||
placeholder: "yyyy-mm-dd"
|
||||
alterable: true
|
||||
- name: "image"
|
||||
field:
|
||||
element: "text"
|
||||
label: "Image"
|
||||
help: "Add a thumbnail image to your post."
|
||||
placeholder: "Thumbnail"
|
||||
alterable: true
|
||||
- name: "published"
|
||||
field:
|
||||
element: "checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue