website/_layouts/post.html

13 lines
234 B
HTML
Raw Normal View History

2022-11-19 18:57:04 +00:00
---
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>