diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..eaafc00 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +See my [gallery](/art)! + +See my [about page](/about)! diff --git a/content/about.md b/content/about.md index 8d1c8b6..f195764 100644 --- a/content/about.md +++ b/content/about.md @@ -1 +1 @@ - +Hello this is my about page :-) diff --git a/themes/red/layouts/404.html b/themes/red/layouts/404.html index e69de29..de129a0 100644 --- a/themes/red/layouts/404.html +++ b/themes/red/layouts/404.html @@ -0,0 +1,3 @@ +{{ define "main" }} + Page not found! +{{ end }} diff --git a/themes/red/layouts/_default/baseof.html b/themes/red/layouts/_default/baseof.html index 5f8e2ec..c4963da 100644 --- a/themes/red/layouts/_default/baseof.html +++ b/themes/red/layouts/_default/baseof.html @@ -3,9 +3,7 @@ {{- partial "head.html" . -}}
{{- partial "header.html" . -}} -