Attempting to remove the title + subtitle (description) from this theme for usage.
As I understand Hugo reads the layouts placed in sites/website/layouts before sites/website/themes/beautifulhugo/layouts
AND the title+subtitle should be in head.html, so if I were to edit that one part of the html it shouldn’t appear anymore but it doesn’t seem to be the case. How could I get rid of them?
Conceptually it’s the same. Find the template where that is coming from, and then copy it to your project structure so that it will override the one in the template.
Something to consider: you can put a comment at the top and bottom of your partials, so that when you examine source in the browser, you’ll see what partial/template is working at that time.