diff options
Diffstat (limited to '.template.html')
-rw-r--r-- | .template.html | 10 |
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> |