summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-02 16:22:35 +0200
committerAlan Pearce2017-07-02 16:22:35 +0200
commita67e38d1a82c95db5bd24183e81b31438f60dd2c (patch)
tree1773ff844074db76b82b31723b31d6c5006a7f01 /src/templates/layout.html
parent550562ec8b147439689bb3d4abdc406ace54a7db (diff)
downloadhomestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.tar.lz
homestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.tar.zst
homestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.zip
feat: add configurable navigation
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 6e32bb4..65fdede 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -10,6 +10,11 @@
         <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>