diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..1638032 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,13 @@ +{{ define "main" }} +

{{ .Title }}

+

{{ .Description }}

+ +

Latest Posts

+ +{{ end }} \ No newline at end of file