diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:28:42 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:28:42 +0100 |
commit | 17192e71b0ee5c2bada867e991d7d2b735fc4d33 (patch) | |
tree | ecea805c3bcc03bac7068cb76e6a83c453586062 /layouts/index.html | |
parent | f82b5ae5b4ba30e82554824fc98ad77057d01d8f (diff) |
Remove layout for index
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" . }} |