mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-29 09:42:38 +00:00
module import path remove slash at end
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
59f4f4acd8
commit
56708f0b78
@@ -41,7 +41,7 @@ The easiest way to use a Module for a theme is to import it in the config.
|
||||
```toml
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/spf13/hyde/"
|
||||
path = "github.com/spf13/hyde"
|
||||
```
|
||||
|
||||
## Update Modules
|
||||
|
||||
Reference in New Issue
Block a user