Templatize lists, tags and single page (#8)

This commit is contained in:
Yash Mehrotra
2021-05-29 19:14:36 +05:30
committed by GitHub
parent e04f39b245
commit 5240bc3e8d
9 changed files with 130 additions and 42 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Second Post"
date: 2021-04-15T23:39:49+05:30
tags: ["xyz", "def"]
type: "post"
---
Yo yo yo
# This is a heading
- And
- this
- is
- a
- list
```py
Codeblocks look like this
def print():
print('Hello world!')
```