0bb176b456
- layout ~> post.html - enable comments
12 lines
406 B
Markdown
12 lines
406 B
Markdown
---
|
|
title: "Sample Link Post"
|
|
excerpt: "Example and code for using link posts."
|
|
tags: [sample post, link post]
|
|
link: http://mademistakes.com
|
|
---
|
|
|
|
This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done.
|
|
|
|
> And this is how a quote looks.
|
|
|
|
Some [link](http://www.mademistakes.com) can also be shown.
|