mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-11-09 17:48:21 -05:00
10 lines
357 B
Markdown
10 lines
357 B
Markdown
---
|
|
layout: post
|
|
title: "Sample Link Post"
|
|
description: "Example and code for using link posts."
|
|
tags: [sample post, link post]
|
|
comments: true
|
|
link: http://mademistakes.com
|
|
---
|
|
|
|
So Simple Theme now supports **link posts**, made famous by John Gruber. To activate just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. |