about page html

This commit is contained in:
Matt DeCamp 2021-09-05 15:33:09 -04:00
parent c40c91cf84
commit 8412b41e39

View file

@ -1,4 +1,12 @@
---
layout: layouts/base
layout: base
permalink: /about/
---
<article>
<h2>About {{ site.name }}</h2>
<p>
{{ site.name }} is a small 11ty starter project to help you build your
next project.
</p>
</article>