about page html
This commit is contained in:
parent
c40c91cf84
commit
8412b41e39
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
---
|
---
|
||||||
layout: layouts/base
|
layout: base
|
||||||
permalink: /about/
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue