Add tip about clearing browser cache (#608)

Ref: https://discourse.gohugo.io/t/hugo-server-command-serving-wrong-page/13576/7
This commit is contained in:
Admiral Martin 2018-09-19 12:02:41 -05:00 committed by Kaushal Modi
parent 7c9df4731e
commit d9f06c23c4

View File

@ -127,7 +127,7 @@ theme = "ananke"
Replace the `title` above with something more personal. Also, if you already have a domain ready, set the `baseURL`. Note that this value is not needed when running the local development server.
{{% note %}}
**Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away.
**Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away, though you may need to [clear your cache](https://kb.iu.edu/d/ahic).
{{% /note %}}