In-reply-to » @prologic How would I go about adding a new element to the template-folder within a theme? I want to make a topnav like i created on blog.neotxt.dk but would like to put it in a sepearet file topnav.html and not within /template/base.html or partials.html Can I just add a {{ define "topbar" }} in topnav.html or do I need to do something special for yard to pick it up?

@darch@neotxt.dk This isn’t really possible without changing how templates are located/found, etc. Unfortunately 😒 If you think this is a generic enough this, we could ass a few more template definitions that can be overridden? πŸ€”

​ Read More