From ca7dca1dc8c1899c7c4fbc44ff99ea91a79a7ae5 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 26 Jun 2023 09:38:56 -0400 Subject: 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 --- entries/index.html | 16 ++++++++++++++-- entries/template.html | 17 ++++++++++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) (limited to 'entries') 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 @@
-

Hello, the Woman in my Eye

+

Hello, the Woman in my Eye

- {nav} +

Introduction

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 @@

SOMETHING CLEVER, the Woman in my Eye

- {nav} +

Entry Title

-- cgit v1.2.3-54-g00ecf