diff --git a/hugo.go b/hugo.go index a82da5e5..9a7f930d 100644 --- a/hugo.go +++ b/hugo.go @@ -26,7 +26,7 @@ import ( // Setup is the init function of Caddy plugins and it configures the whole // middleware thing. func Setup(c *setup.Controller) (middleware.Middleware, error) { - // TODO: install Hugo first? + // TODO: install Hugo first? add script config, _ := config.ParseHugo(c)