21 lines
389 B
Markdown
21 lines
389 B
Markdown
|
---
|
||
|
layout: notes
|
||
|
title: "Template Note"
|
||
|
image: plate_pic.jpg
|
||
|
imagecaption: This is the alt text /and/ image caption. Do **NOT** skip!
|
||
|
date: 2022-12-03
|
||
|
|
||
|
AuthorName: KemoNine
|
||
|
AuthorURL: "https://culinary.kemonine.info"
|
||
|
inspiration:
|
||
|
- title: This isn't a link
|
||
|
- title: Link text
|
||
|
url: "https://domain.tld"
|
||
|
|
||
|
notes:
|
||
|
- tag 1
|
||
|
- tag 2
|
||
|
tags:
|
||
|
- tag 1
|
||
|
- tag 2
|
||
|
---
|