diff options
| author | Julian Hurst <ark@mansus.space> | 2025-09-29 18:57:57 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2025-09-29 18:58:26 +0200 |
| commit | 1d439c8d17e881b18b8cff74864b7ae76638e9ed (patch) | |
| tree | c16d891f1e234ac06856b03ab21c99857a11f79f /index.html | |
| parent | e3552f592ba5bce3fa3243166679fed986b6b949 (diff) | |
| download | ssg-master.tar.gz | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
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> |
