mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Grammar fix in overview/quickstart.md
This commit is contained in:
parent
4ab5ed6c21
commit
ce05dfa553
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ Robust theme is a good start towards our online bookshelf but we to customize it
|
|||
|
||||
The first change that we have to make is to use a different default image instead of the one used in the theme. The default image used in both the list and single view page resides inside the `themes/hugo_theme_robust/static/images/default.jpg`. We can easily replace it by creating a simple directory structure inside the `static` directory inside the `bookshelf` directory.
|
||||
|
||||
Create images directory inside the static directory and copy an image with name `default.jpg` inside it. We will use the default image shown below.
|
||||
Create an images directory inside the static directory and copy an image with name `default.jpg` inside it. We will use the default image shown below.
|
||||
|
||||
![](/img/quickstart/default.jpg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue