initial jekyll refactor
This commit is contained in:
13
_layouts/post.html
Normal file
13
_layouts/post.html
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="article">
|
||||
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<hr>
|
||||
|
||||
<p><a href="mailto:jackbondpreston@outlook.com">email me</a> to have a conversation</p>
|
||||
</div>
|
Reference in New Issue
Block a user