summaryrefslogtreecommitdiff
path: root/entries/index.html
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 09:38:56 -0400
committerSteph Enders <steph@senders.io>2023-06-26 09:38:56 -0400
commitca7dca1dc8c1899c7c4fbc44ff99ea91a79a7ae5 (patch)
tree77b7808bde429f9f7b03fca6bc2a743d71cb4b62 /entries/index.html
parent289b34805071b4f1df4ac70eb50942e79dc1dd19 (diff)
Create a page template and add nav to template
Rather than cloning common resources like the nav. We're making it static and customizing it. I can't see the nav being updated so frequrently and commonly across all pages. So for now we'll make it fixed in each page. We can always sed or something to fix any URLs like I did in my other site
Diffstat (limited to 'entries/index.html')
-rw-r--r--entries/index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/entries/index.html b/entries/index.html
index 8e51c94..058aa06 100644
--- a/entries/index.html
+++ b/entries/index.html
@@ -9,9 +9,21 @@
</head>
<body>
<header>
- <h1>Hello, the Woman in my Eye</h1>
+ <h1><a href="/">Hello, the Woman in my Eye</a></h1>
</header>
- {nav}
+ <nav title="site menu">
+ <ul>
+ <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>Introduction</h2>