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.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$