From 34812e909ea2fc956a8f554113da68764e088a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=ADle=20Ekaterin=20Liszka?= Date: Sun, 13 Nov 2022 08:17:46 -0800 Subject: [PATCH] actual lists support --- content/system/_index.md | 7 ------- themes/clean/layouts/_default/baseof.html | 9 +++------ themes/clean/layouts/_default/list.html | 7 +++++++ themes/clean/layouts/_default/section.html | 4 ---- 4 files changed, 10 insertions(+), 17 deletions(-) create mode 100644 themes/clean/layouts/_default/list.html delete mode 100644 themes/clean/layouts/_default/section.html diff --git a/content/system/_index.md b/content/system/_index.md index b93b5d4..780479f 100644 --- a/content/system/_index.md +++ b/content/system/_index.md @@ -5,10 +5,3 @@ description: A set of documents describing the Amethyst system. The Amethyst system is a **median** system, meaning that the alters, the individuals comprising the system, have significant overlap. **Amethyst** was chosen because the metaphor we use to describe ourself is a gemstone, and both because of that and because we're a median system, our alters are called 'facets'. Except for Amethyst itself, the core, all of our facets are furries. - -* [Amethyst](amethyst/) -* [Síle](sheila/) -* [Cuán](cuan/) -* [Ingrid](ingrid/) -* [Jadwiga](jadwiga/) -* [Otchłań](otchlan/) \ No newline at end of file diff --git a/themes/clean/layouts/_default/baseof.html b/themes/clean/layouts/_default/baseof.html index 39d2e6b..3008ba1 100644 --- a/themes/clean/layouts/_default/baseof.html +++ b/themes/clean/layouts/_default/baseof.html @@ -15,16 +15,13 @@
-

{{.Title}}

- {{.Content}} + {{ block "main" . }} {{ end }}