Files
gokarna/exampleSite/content/posts/third_post.md
Avijit Gupta 68cfb32049 Fix theming and fix theme switcher bug (#14)
* Fix theming and fix theme switcher bug

* Fix css comment and remove old js
2021-06-06 22:41:30 +05:30

24 lines
225 B
Markdown

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