13 lines
370 B
Markdown
13 lines
370 B
Markdown
|
---
|
||
|
title: Blog Post Example
|
||
|
layout: post
|
||
|
author: exampleauthor
|
||
|
category: blog
|
||
|
---
|
||
|
|
||
|
This is an example blog post introduction, try to keep it short and about a paragraph long, to encourage people to click through to read the entire post.
|
||
|
|
||
|
<!--truncate-->
|
||
|
|
||
|
Everything below the `<!--truncate-->` tag will only show on the actual blog post page, not on the /blog/ index.
|