12 lines
208 B
Markdown
12 lines
208 B
Markdown
|
+++
|
||
|
title = "Info"
|
||
|
date = "2015-07-29"
|
||
|
image = "/img/car.jpg"
|
||
|
tags = [ "tag1", "tag2" ]
|
||
|
categories = [ "category1" ]
|
||
|
+++
|
||
|
|
||
|
You can optionally set an image in the front matter of a post using
|
||
|
`image = "..."`.
|
||
|
|