lucht/src/pages/about.njk

16 lines
293 B
Text
Raw Normal View History

2021-09-03 02:05:10 +00:00
---
2021-09-05 19:33:09 +00:00
layout: base
2021-09-05 15:40:36 +00:00
permalink: /about/
---
2021-09-05 19:33:09 +00:00
<article>
<h2>About {{ site.name }}</h2>
<p>
{{ site.name }} is a small 11ty starter project to help you build your
next project.
</p>
2021-09-06 02:39:29 +00:00
<p>
Built with love ❤️ and coffee ☕️ in Georgia.
</p>
2021-09-05 19:33:09 +00:00
</article>