diff options
Diffstat (limited to 'pages/landing.go')
| -rw-r--r-- | pages/landing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/landing.go b/pages/landing.go index d2c2fc3..a4a6f90 100644 --- a/pages/landing.go +++ b/pages/landing.go @@ -6,7 +6,7 @@ import ( "net/http" ) -//go:embed landing.gohtml +//go:embed html/landing.gohtml var landContent string func Land(w http.ResponseWriter, r *http.Request) { |
