Skip to content

Instantly share code, notes, and snippets.

@budparr
Last active March 20, 2018 15:02
Show Gist options
  • Save budparr/470e2b87a219cac1c433 to your computer and use it in GitHub Desktop.
Save budparr/470e2b87a219cac1c433 to your computer and use it in GitHub Desktop.
Basic Jekyll layout for posts
---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment