diff options
Diffstat (limited to 'entries/template.html')
-rw-r--r-- | entries/template.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/entries/template.html b/entries/template.html index 40e2447..91b24c7 100644 --- a/entries/template.html +++ b/entries/template.html @@ -10,7 +10,22 @@ <header> <h1>SOMETHING CLEVER, the Woman in my Eye</h1> </header> - {nav} + <nav title="site menu"> + <ul> + <li> + <a href='/'>home</a> + </li> + <li> + <a href='/resources'>resosurces</a> + </li> + <li> + <a href='/about'>about</a> + </li> + <li> + <a href='/blog'>blog</a> + </li> + </ul> + </nav> <main> <article> <h2>Entry Title</h2> |