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" . }} -