feat: add configurable navigation
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M src/templates/layout.html → src/templates/layout.html
@@ -10,6 +10,11 @@ <a class="u-url" href="/"> <img class="u-photo" alt="" src="" /> <h1 class="p-name">hello world</h1> </a> + <nav> + <ul> + <li><a href="/">test link</a></li> + </ul> + </nav> </header> <main></main> </body>