diff --git a/CLAUDE.md b/CLAUDE.md index 30ce536..d146121 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -51,8 +51,6 @@ Non-existent paths without a trailing slash redirect to the slash form (GET only are not redirected because `path.Clean` strips the trailing slash from `PostURL` and the content would be lost). -Do not add new endpoints without a concrete stated need. - ## Code Structure When adding a new special folder type, create a new `.go` file. Do not add type-specific logic to `main.go` or `render.go`. diff --git a/assets/layout.html b/assets/layout.html index 8ddee8b..c747716 100644 --- a/assets/layout.html +++ b/assets/layout.html @@ -13,7 +13,8 @@ - {{if not .EditMode}}{{end}} + {{if not .EditMode}} + {{end}} {{block "headScripts" .}}{{end}}
@@ -28,21 +29,23 @@ {{end}}