mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:55:20 -04:00
module import path remove slash at end
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user