Add page/post templates for personal theme

- Add images from personal site
This commit is contained in:
2022-04-26 21:04:20 -04:00
parent 08ec7ea653
commit ff87a71c9c
66 changed files with 320 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
<div class="content single">
<article class="item">
<h1 class="item-heading">{{ page.title }}</h1>
{{ page.text }}
</article>
</div>