theme/clean: move baseof to home
parent
e502ee23e6
commit
78f06a5bac
|
@ -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.
|
|
@ -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 }}
|
|
|
@ -23,7 +23,8 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<article>
|
<article>
|
||||||
{{ block "main" . }}{{ end }}
|
<h1>{{.Title}}</h1>
|
||||||
|
{{.Content}}
|
||||||
</article>
|
</article>
|
||||||
<hr/>
|
<hr/>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{{ define "main"}}
|
||||||
|
<h1>{{.Title}}</h1>
|
||||||
|
{{.Content}}
|
||||||
|
{{ end }}
|
Loading…
Reference in New Issue