diff options
Diffstat (limited to 'templates/templates.go')
-rw-r--r-- | templates/templates.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/templates.go b/templates/templates.go index 644eb3b..7f90908 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -3,9 +3,11 @@ package templates import _ "embed" // needed for go:embed // Index holds the contents of the index.html template. +// //go:embed index.html var Index string // Package holds the contents of the package.html template. +// //go:embed package.html var Package string |