Cats is a simple page
This commit is contained in:
parent
4e66ee142e
commit
e19fe3d88b
2 changed files with 18 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
---
|
||||
title: "Cats"
|
||||
date: 2021-10-01T23:14:56-07:00
|
||||
draft: true
|
||||
draft: false
|
||||
type: simple
|
||||
---
|
||||
|
||||
Here's the thing: cats are really, really good. Like just the very best. I have
|
||||
two of them: Ash, a brown tabby, and Rowan, a black. They are littermates, and
|
||||
they've been with me since 2016.
|
||||
Here's the thing: cats are really, really good. Like just the very best.
|
||||
|
||||
I have two of them: Ash, a brown tabby, and Rowan, a black. They are
|
||||
littermates, and they've been with me since 2016.
|
||||
|
||||
I adopted them from [Whis-purr](https://www.whis-purr.org), a great shelter and
|
||||
rescue agency for cats based in San Carlos, CA.
|
||||
|
|
12
layouts/simple/single.html
Normal file
12
layouts/simple/single.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<article class="post-single">
|
||||
<header class="post-title">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</article>
|
||||
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue