diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/index.html b/layouts/index.html deleted file mode 100644 index 43e8c2a..0000000 --- a/layouts/index.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ partial "header.html" . -}} -<header><h1>{{ .Title }}</h1></header> -<article> -{{ .Content -}} -{{ partial "footer.html" . }} |