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:
committed by
Dean Attali
parent
33c5ffadff
commit
66bd2ada99
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: First post!
|
||||
image: /img/hello_world.jpeg
|
||||
tags: [random, exciting-stuff]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user