summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2025-09-29 18:57:57 +0200
committerJulian Hurst <ark@mansus.space>2025-09-29 18:58:26 +0200
commit1d439c8d17e881b18b8cff74864b7ae76638e9ed (patch)
treec16d891f1e234ac06856b03ab21c99857a11f79f /index.html
parente3552f592ba5bce3fa3243166679fed986b6b949 (diff)
downloadssg-1d439c8d17e881b18b8cff74864b7ae76638e9ed.tar.gz
index.html -> body.htmlHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index d353e18..0000000
--- a/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- {{template "head"}}
-</head>
-<body>
- {{define "body"}}
- <h1>My blog</h1>
- {{range .}}
- <a href="{{.Path}}">{{.Metadata.Name}}</a>
- <p>{{.Metadata.Description}}</p>
- {{end}}
- {{end}}
-</body>
-</html>