From 43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Tue, 3 Mar 2015 17:27:10 -0700
Subject: Add hyphens to prose things with Hyphenator.js

---
 swansong.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'swansong.html')

diff --git a/swansong.html b/swansong.html
index 3a0c5a9..432c66d 100644
--- a/swansong.html
+++ b/swansong.html
@@ -8,13 +8,15 @@
     <meta name="author" content="Case Duckworth">
     <!-- more meta tags here -->
     <title>Swan song | Autocento of the breakfast table</title>
-
+    <!-- general styles & scripts -->
     <link rel="stylesheet" type="text/css" href="./css/common.css">
-    <script src="./js/lozenge.js"> </script>
+    <script src="./js/lozenge.js" type="text/javascript"> </script>
+    <script src="./js/hylo.js" type="text/javascript"> </script>
+
         <link rel="stylesheet" type="text/css" href="./css/verse.css">
-    <script src="./js/verse.js"> </script>
+    <script src="./js/verse.js" type="text/javascript"> </script>
             <link rel="stylesheet" type="text/css" href="./css/elegies.css">
-    <script src="./js/elegies.js"> </script>
+    <script src="./js/elegies.js" type="text/javascript"> </script>
         <!--[if lt IE 9]>
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
     <![endif]-->
-- 
cgit 1.4.1-21-gabe81