about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
Diffstat (limited to '_template.html')
-rw-r--r--_template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_template.html b/_template.html index 0e6f304..4d388ba 100644 --- a/_template.html +++ b/_template.html
@@ -8,12 +8,12 @@
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 <link rel="stylesheet" type="text/css" href="_common.css"> 11 <link rel="stylesheet" type="text/css" href="css/_common.css">
12 $if(genre)$ 12 $if(genre)$
13 <link rel="stylesheet" type="text/css" href="_$genre$.css"> 13 <link rel="stylesheet" type="text/css" href="css/$genre$.css">
14 $endif$ 14 $endif$
15 $if(project.css)$ 15 $if(project.css)$
16 <link rel="stylesheet" type="text/css" href="_$project.css$.css"> 16 <link rel="stylesheet" type="text/css" href="css/$project.css$.css">
17 $endif$ 17 $endif$
18 <!--[if lt IE 9]> 18 <!--[if lt IE 9]>
19 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 19 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>