🐛 Add v2 to go path

This commit is contained in:
James Panther
2022-02-03 14:53:57 +11:00
parent 1bd584efda
commit a1175cdcdf
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ This method is the quickest and easiest for keeping the theme up-to-date. Hugo u
```toml
[[imports]]
path = "github.com/jpanther/congo"
path = "github.com/jpanther/congo/v2"
```
4. Start your server using `hugo server` and the theme will be downloaded automatically.