theme/clean: move baseof to home

main
Síle Ekaterin Liszka 2022-11-11 10:15:06 -08:00
parent e502ee23e6
commit 78f06a5bac
4 changed files with 13 additions and 6 deletions

7
content/_index.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Home
description: A deafblind, autistic/ADHD fox family's den.
---
Welcome! This site is a handy collection of links to my various accounts, as well as information about us and our endeavors.
We are primarily nonverbal; we prefer to communicate in text unless verbal communication is required. We are deafblind, which is maintained in all of our facets; we use hearing aids and a white cane where possible.

View File

@ -1,5 +0,0 @@
{{ define "main" }}
<h1>Home</h1>
<p>Welcome! This site is a handy collection of links to my various accounts, as well as information about us and our endeavors.</p>
<p>We are primarily nonverbal; we prefer to communicate in text unless verbal communication is required. We are deafblind, which is maintained in all of our facets; we use hearing aids and a long cane where possible.</p>
{{ end }}

View File

@ -23,7 +23,8 @@
</nav>
</header>
<article>
{{ block "main" . }}{{ end }}
<h1>{{.Title}}</h1>
{{.Content}}
</article>
<hr/>
<footer>

View File

@ -0,0 +1,4 @@
{{ define "main"}}
<h1>{{.Title}}</h1>
{{.Content}}
{{ end }}