diff --git a/content/about/hello-world.md b/content/about/_index.md similarity index 100% rename from content/about/hello-world.md rename to content/about/_index.md diff --git a/themes/terminal/layouts/_default/list.html b/themes/terminal/layouts/_default/list.html index 1379c83..7089006 100644 --- a/themes/terminal/layouts/_default/list.html +++ b/themes/terminal/layouts/_default/list.html @@ -1,4 +1,9 @@ {{ define "main" }} + {{ if eq .Section "about" }} +
+ {{ .Content }} +
+ {{ end }}
{{ range .Paginator.Pages }}