about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 00:23:55 -0700
committerCase Duckworth2015-03-03 00:23:55 -0700
commite20b78eb0d9a7f0d161d72151f9cc4f9b1d181c8 (patch)
treeb3cfd1b96bb239aef7dac5c843b2e64e0bb64e3d /_template.html
parentChange <link>s to work with GH pages (diff)
downloadautocento-e20b78eb0d9a7f0d161d72151f9cc4f9b1d181c8.tar.gz
autocento-e20b78eb0d9a7f0d161d72151f9cc4f9b1d181c8.zip
Attempt 2 to get css to work with GH pages
Diffstat (limited to '_template.html')
-rw-r--r--_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_template.html b/_template.html index 8058215..0176091 100644 --- a/_template.html +++ b/_template.html
@@ -9,7 +9,7 @@
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
12 <link rel="stylesheet" type="text/css" href="./css/_common.css"> 12 <link rel="stylesheet" type="text/css" href="./css/common.css">
13 $if(genre)$ 13 $if(genre)$
14 <link rel="stylesheet" type="text/css" href="./css/$genre$.css"> 14 <link rel="stylesheet" type="text/css" href="./css/$genre$.css">
15 $endif$ 15 $endif$