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

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

(limited to 'plant.html')

diff --git a/plant.html b/plant.html
index ef157ca..07d951b 100644
--- a/plant.html
+++ b/plant.html
@@ -8,13 +8,15 @@
     <meta name="author" content="Case Duckworth">
     <!-- more meta tags here -->
     <title>Litany for a plant | 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/autocento.css">
-    <script src="./js/autocento.js"> </script>
+    <script src="./js/autocento.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