about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 11:51:04 -0700
committerCase Duckworth2015-03-03 11:51:04 -0700
commitea8f7c796cc669e99f171918bca50eaf71f4533b (patch)
tree5f53d35e82aa9ff19a3178af9313fab780ab3b21 /_template.html
parentAdd to TODO.txt (diff)
downloadautocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz
autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip
Add genre, project js to template; add Georgia to css
Diffstat (limited to '_template.html')
-rw-r--r--_template.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_template.html b/_template.html index 0176091..e5995f3 100644 --- a/_template.html +++ b/_template.html
@@ -10,16 +10,18 @@
10 <title>$title$ | Autocento of the breakfast table</title> 10 <title>$title$ | Autocento of the breakfast table</title>
11 11
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 $if(genre)$ 14 $if(genre)$
14 <link rel="stylesheet" type="text/css" href="./css/$genre$.css"> 15 <link rel="stylesheet" type="text/css" href="./css/$genre$.css">
16 <script src="./js/$genre$.js"> </script>
15 $endif$ 17 $endif$
16 $if(project.css)$ 18 $if(project.css)$
17 <link rel="stylesheet" type="text/css" href="./css/$project.css$.css"> 19 <link rel="stylesheet" type="text/css" href="./css/$project.css$.css">
20 <script src="./js/$project.css$.js"> </script>
18 $endif$ 21 $endif$
19 <!--[if lt IE 9]> 22 <!--[if lt IE 9]>
20 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 23 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
21 <![endif]--> 24 <![endif]-->
22 <script src="./js/lozenge.js"> </script>
23 <!-- <script src="js/external.js"> </script> --> 25 <!-- <script src="js/external.js"> </script> -->
24 $for(header-includes)$ 26 $for(header-includes)$
25 $headerincludes$ 27 $headerincludes$