mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Fix git clone for hugo_theme_robust in quickstart guide
This commit is contained in:
parent
ac938d9da7
commit
9aa70af1a3
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ $ mkdir themes && cd themes
|
|||
Now, you can clone one or more themes inside the `themes` directory. We will use robust theme.
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:dim0627/hugo_theme_robust.git
|
||||
$ git clone https://github.com/dim0627/hugo_theme_robust.git
|
||||
```
|
||||
|
||||
Leave the themes folder
|
||||
|
|
Loading…
Reference in a new issue