↳
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
⤋ Read More
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?
@prologic@twtxt.net any inputs?