about summary refs log tree commit diff stats
path: root/.template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 17:27:10 -0700
committerCase Duckworth2015-03-03 17:27:10 -0700
commit43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3 (patch)
treef4a39be6706ba730d6d751240b1acaa5254042d6 /.template.html
parentChange language in all files to English (diff)
downloadautocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.tar.gz
autocento-43c36cd6a9ed44db75bb8bf17b5d658c2a56fef3.zip
Add hyphens to prose things with Hyphenator.js
Diffstat (limited to '.template.html')
-rw-r--r--.template.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/.template.html b/.template.html index 4a09a5d..79c5346 100644 --- a/.template.html +++ b/.template.html
@@ -8,16 +8,18 @@
8 <meta name="author" content="Case Duckworth"> 8 <meta name="author" content="Case Duckworth">
9 <!-- more meta tags here --> 9 <!-- more meta tags here -->
10 <title>$title$ | Autocento of the breakfast table</title> 10 <title>$title$ | Autocento of the breakfast table</title>
11 11 <!-- general styles & scripts -->
12 <link rel="stylesheet" type="text/css" href="./css/common.css"> 12 <link rel="stylesheet" type="text/css" href="./css/common.css">
13 <script src="./js/lozenge.js"> </script> 13 <script src="./js/lozenge.js" type="text/javascript"> </script>
14 <script src="./js/hylo.js" type="text/javascript"> </script>
15
14 $if(genre)$ 16 $if(genre)$
15 <link rel="stylesheet" type="text/css" href="./css/$genre$.css"> 17 <link rel="stylesheet" type="text/css" href="./css/$genre$.css">
16 <script src="./js/$genre$.js"> </script> 18 <script src="./js/$genre$.js" type="text/javascript"> </script>
17 $endif$ 19 $endif$
18 $if(project.css)$ 20 $if(project.css)$
19 <link rel="stylesheet" type="text/css" href="./css/$project.css$.css"> 21 <link rel="stylesheet" type="text/css" href="./css/$project.css$.css">
20 <script src="./js/$project.css$.js"> </script> 22 <script src="./js/$project.css$.js" type="text/javascript"> </script>
21 $endif$ 23 $endif$
22 <!--[if lt IE 9]> 24 <!--[if lt IE 9]>
23 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 25 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>