mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
11 lines
376 B
Markdown
11 lines
376 B
Markdown
|
---
|
||
|
layout: post
|
||
|
title: "Sample Link Post"
|
||
|
description: "Example and code for using link posts."
|
||
|
category: articles
|
||
|
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.
|