www-lordnet-sh/blog/posts/_template.md

24 lines
286 B
Markdown
Raw Normal View History

---
permalink: false
title: "Post Title"
date: 2026-01-01
tags:
- tag1
- tag2
---
Post body goes here. Markdown is supported.
## Section Heading
Paragraph text. Inline `code` looks like this.
```lang
code block
```
- list item
- list item
![alt text](/assets/img/example.png)