hugo-freelancer-theme
hugo-freelancer-theme copied to clipboard
How i can hidde the params.about.button ?
Hi!
I'm new user for your template, i need to hidden the about button, when i try to comments with # , the button don't hidden..., how i can do it for hidden button?
Regards, Pablo
@psilvao I was able to hide the "About" download button by adding #
to the start of four lines of the config.toml
file. These four lines then look like
# [params.about.button]
# text = "Download theme"
# link = "//github.com/digitalcraftsman/hugo-freelancer-theme/archive/master.zip"
# icon = "download"
and the "About" button no longer appears on my webpage.
After commenting out [params.about.button]
, I still see a blank button: