Add templating to post page

This commit is contained in:
Yash Mehrotra
2021-05-28 17:17:49 +05:30
parent 2a2c13738e
commit 6fe69085cb
2 changed files with 33 additions and 9 deletions

View File

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