all repos — archive/homestead @ a67e38d1a82c95db5bd24183e81b31438f60dd2c

My future indieweb platform

feat: add configurable navigation

Alan Pearce
commit

a67e38d1a82c95db5bd24183e81b31438f60dd2c

parent

550562ec8b147439689bb3d4abdc406ace54a7db

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M src/templates/layout.htmlsrc/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>