mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 18:04:45 -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
|
```toml
|
||||||
[module]
|
[module]
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/spf13/hyde/"
|
path = "github.com/spf13/hyde"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update Modules
|
## Update Modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user