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

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

(limited to 'likingthings.html')

diff --git a/likingthings.html b/likingthings.html
index e58102a..1efa172 100644
--- a/likingthings.html
+++ b/likingthings.html
@@ -8,13 +8,15 @@
     <meta name="author" content="Case Duckworth">
     <!-- more meta tags here -->
     <title>Liking Things | 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/prose.css">
-    <script src="./js/prose.js"> </script>
+    <script src="./js/prose.js" type="text/javascript"> </script>
             <link rel="stylesheet" type="text/css" href="./css/hezekiah.css">
-    <script src="./js/hezekiah.js"> </script>
+    <script src="./js/hezekiah.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