diff --git a/content/kittens/kittens-avatar.webp b/assets/photos/kittens-avatar.webp similarity index 100% rename from content/kittens/kittens-avatar.webp rename to assets/photos/kittens-avatar.webp diff --git a/content/kittens/_index.html b/content/kittens/_index.html index 7e080bd..88c9851 100644 --- a/content/kittens/_index.html +++ b/content/kittens/_index.html @@ -1,23 +1,3 @@ --- title: Kittens -resources: - - name: photo - title: De Avatarkittens - src: kittens-avatar.webp --- - -{{< heading-block >}} -
-

De kittens van Hamana

-

Gefokt met liefde en kennis

- -
- - Het laatste nieuws - -
-
-{{< /heading-block >}} diff --git a/layouts/kittens/section.html b/layouts/kittens/section.html index 462958c..54fda5d 100644 --- a/layouts/kittens/section.html +++ b/layouts/kittens/section.html @@ -1,6 +1,38 @@ {{ define "main" }}
- {{ .Content }} +
+
+ {{ with resources.Get "photos/kittens-avatar.webp" }} + De Avatarkittensk + +
+
+

De kittens van Hamana

+

Gefokt met liefde en kennis

+ + +
+
+ + + {{ end }} +
+
{{ range .Paginator.Pages }}
diff --git a/layouts/shortcodes/heading-block.html b/layouts/shortcodes/heading-block.html deleted file mode 100644 index b342595..0000000 --- a/layouts/shortcodes/heading-block.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
- {{ ($.Page.Resources.GetMatch - -
- {{ .Inner }} -
- - -
-
diff --git a/layouts/shortcodes/text-block.html b/layouts/shortcodes/text-block.html deleted file mode 100644 index e97eed2..0000000 --- a/layouts/shortcodes/text-block.html +++ /dev/null @@ -1,5 +0,0 @@ -
-
- {{ .Inner }} -
-