diff --git a/site/layouts/index.html b/site/layouts/index.html index 8fb5cd5..4fb044f 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,28 +1,3 @@ {{ define "content" }} -
-
-

{{ .Site.Title }}

-

{{ .Site.Params.description | default "An agent-first approach to web generation." }}

-
- - {{ .Content }} - -
-

Recent

- {{ range first 10 .Site.RegularPages }} -
-
-

{{ .Title }}

- {{- if not .Date.IsZero }} -

- - {{- with .Params.eyebrow }} ยท {{ . }}{{ end }} -

- {{- end }} -
- {{- with .Description }}

{{ . }}

{{ end }} -
- {{ end }} -
-
+ {{ .Content }} {{ end }}