Merge pull request #43 from maxheld83/link-post

Link posts / Linklog (john gruber style, similar to hpstr)
This commit is contained in:
Michael Rose
2014-03-26 16:01:57 -04:00
3 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,14 @@
---
layout: post
title: "Sample Link Post"
description: "Example and code for using link posts."
tags: [sample post, link post]
link: http://mademistakes.com
share: true
---
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.