I made a new hugo site, included the Beautiful Hugo theme, and updated the logo. When built and run, the logo is not displayed, there is no underlying html tag being rendered.
In the themes nav.html I updated to add this trace:
When I build and run, I see tktesting1 in the source of the page but not tktesting2.
Here is the top of my hugo.toml with the logo param:
baseURL = 'https://www.crypticcabal.com/'
languageCode = 'en-us'
theme = "beautifulhugo"
title = "Cryptic Cabal"
logo = "img/avatar-icon.png"
I have had issues like this whenever I use themes and have ended up having to make my site design from scratch each time, so any help would be greatly appreciated!