about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 12:40:34 -0700
committerCase Duckworth2015-03-02 12:40:34 -0700
commitdb6492816cb4e533ee099ed3b8f5aaabfa694afe (patch)
treeb9caa99624603ab02352f3421af47931ddba6abe /_template.html
parentChange handwriting markup in Paul (diff)
downloadautocento-db6492816cb4e533ee099ed3b8f5aaabfa694afe.tar.gz
autocento-db6492816cb4e533ee099ed3b8f5aaabfa694afe.zip
Change template to ref css/
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>