Button still present even after deleting code

In development, I added a simple example button to the navbar:

<a target="_blank" class="btn btn-warning btn-sm" href="https://example.url">Buy Now</a>

it is shown exactly where I wanted. however there is a problem, I deleted the code but the button is still shown on the navbar. I restarted the hugo server, I cleared cookies, cache and everything I could delete on the browser but the button is still there!

If the button is there, then the code is there. Post a public repo with the code and we will find the button :slight_smile:

3 Likes

Also, delete your public directory.

yes it’s true, I had two <ul class="ml-auto navbar-nav">
I forgot it.

I don’t have a public folder

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.