11 lines
215 B
Markdown
11 lines
215 B
Markdown
|
+++
|
||
|
title = "Food"
|
||
|
categories = [ "food" ]
|
||
|
tags = [ "a tag with spaces", "another tag" ]
|
||
|
image = "/img/food.jpg"
|
||
|
+++
|
||
|
|
||
|
Project content would go here. You can also redirect using the front matter
|
||
|
`redirect = "url"`.
|
||
|
|