Closed k1ngf15h3r closed 8 years ago
It should be possible to change by altering the parameter "description" in the yaml config file
Tried this already and tried it just now again but the subtitle does not change. had restarted Hugo server after changing description but still showing the default subtitle. any other idea? Am 01.02.2016 11:50 schrieb "Fredrik" notifications@github.com:
It should be possible to change by altering the parameter "description" in the yaml config file
— Reply to this email directly or view it on GitHub https://github.com/SenjinDarashiva/hugo-uno/issues/22#issuecomment-177909216 .
@benny-noh - the variable you want is in the partials/sidebar.html file. It's set to {{ Site.Params.description }} so the variable description
needs to be set in the Params section of the config file. Once that is set it should be fine. Works for me at least.
Yes! Now it works. Thanks for the hint :) Am 01.02.2016 20:32 schrieb "Thad Brown" notifications@github.com:
@benny-noh https://github.com/benny-noh - the variable you want is in the partials/sidebar.html file. It's set to {{ Site.Params.description }} so the variable description needs to be set in the Params section of the config file. Once that is set it should be fine. Works for me at least.
— Reply to this email directly or view it on GitHub https://github.com/SenjinDarashiva/hugo-uno/issues/22#issuecomment-178143946 .
Thanks @tcbtcb :) and im glad it worked out
Really nice theme. I use it at my really new hugo blog under dev.hagels.net but I can not find any option to edit the subtitle on the landing page. I started yesterday with hugo and migrated my wordpress blog to hugo today. So I am really new to hugo but I searched for two hours now and can not find the point where I can edit this part of the coverpage.
Could you please help! =)