about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 00:04:57 -0700
committerCase Duckworth2015-03-03 00:04:57 -0700
commit3c1eafe3984ffa2ce72e00973342ba5311c22006 (patch)
tree7ab077da047b4d2c964e81fc853b38253af80493 /_template.html
parentSmall-caps first line of prose pieces (diff)
downloadautocento-3c1eafe3984ffa2ce72e00973342ba5311c22006.tar.gz
autocento-3c1eafe3984ffa2ce72e00973342ba5311c22006.zip
Change <link>s to work with GH pages
Diffstat (limited to '_template.html')
-rw-r--r--_template.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/_template.html b/_template.html index e9ab6d5..8058215 100644 --- a/_template.html +++ b/_template.html
@@ -8,17 +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 <link rel="stylesheet" type="text/css" href="css/_common.css"> 11
12 <link rel="stylesheet" type="text/css" href="./css/_common.css">
12 $if(genre)$ 13 $if(genre)$
13 <link rel="stylesheet" type="text/css" href="css/$genre$.css"> 14 <link rel="stylesheet" type="text/css" href="./css/$genre$.css">
14 $endif$ 15 $endif$
15 $if(project.css)$ 16 $if(project.css)$
16 <link rel="stylesheet" type="text/css" href="css/$project.css$.css"> 17 <link rel="stylesheet" type="text/css" href="./css/$project.css$.css">
17 $endif$ 18 $endif$
18 <!--[if lt IE 9]> 19 <!--[if lt IE 9]>
19 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 20 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
20 <![endif]--> 21 <![endif]-->
21 <script src="js/lozenge.js"> </script> 22 <script src="./js/lozenge.js"> </script>
22 <!-- <script src="js/external.js"> </script> --> 23 <!-- <script src="js/external.js"> </script> -->
23 $for(header-includes)$ 24 $for(header-includes)$
24 $headerincludes$ 25 $headerincludes$