From 4f3b7a4b26ca7b64c04d4275a647e0b984d846ab Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 8 Dec 2023 17:53:31 +0100 Subject: [PATCH] continuing --- content/_index.md | 4 +--- layouts/index.html | 17 +++++++++++++++++ themes/minimal-theme/layouts/partials/head.html | 3 --- 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 layouts/index.html diff --git a/content/_index.md b/content/_index.md index 652623b..8453acf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,6 +4,4 @@ date = 2023-01-01T08:00:00-07:00 draft = false +++ -Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat -pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim -excepteur excepteur pariatur nostrud qui irure ullamco. +Test. diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..2996e12 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,17 @@ + +{{ define "main" }} +
+
+ + {{ .Content }} +
+
+ + {{ range first 10 .Site.RegularPages }} + {{ .Render "summary" }} + {{ end }} +
+
+{{ end }} + + diff --git a/themes/minimal-theme/layouts/partials/head.html b/themes/minimal-theme/layouts/partials/head.html index 552ebda..0a03e6d 100644 --- a/themes/minimal-theme/layouts/partials/head.html +++ b/themes/minimal-theme/layouts/partials/head.html @@ -3,6 +3,3 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} -