From 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Mon, 2 Mar 2015 19:19:32 -0700
Subject: Change width of webpages; streamline template

---
 notes.html | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

(limited to 'notes.html')

diff --git a/notes.html b/notes.html
index 750e082..9b76f47 100644
--- a/notes.html
+++ b/notes.html
@@ -22,6 +22,7 @@
         <!-- title -->
         <h1 class="title">Notes</h1>
         
+
                     </header>
 
     <section class="thing prose">
@@ -33,18 +34,18 @@
     </section>
 
     <nav>
-                <a href="writing.html">
-            <span class="prevlink">&lt; Writing</span>
+                <a class="prevlink" href="writing.html">
+            Writing
         </a>
-                <a href="man.html">
-            <span class="prevlink">&lt; Man</span>
+                <a class="prevlink" href="man.html">
+            Man
         </a>
                 <a href="#" id="lozenge"> &loz; </a>
-                <a href="shed.html">
-            <span class="nextlink">Shed &gt;</span>
+                <a class="nextlink" href="shed.html">
+            Shed
         </a>
-                <a href="options.html">
-            <span class="nextlink">Options &gt;</span>
+                <a class="nextlink" href="options.html">
+            Options
         </a>
             </nav>
 
-- 
cgit 1.4.1-21-gabe81