summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 13:52:00 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 13:52:00 +0200
commitcab312f888ae188a7245ed72d159bcee82c2905f (patch)
treed4327e810533400c8274fb125b1b0e76c8b8df64
parent4d5ea7173008872a5309b35157a4883676ff689b (diff)
added meta information in the templates
-rw-r--r--archives.html12
-rw-r--r--article.html12
2 files changed, 22 insertions, 2 deletions
diff --git a/archives.html b/archives.html
index f0dffd5..0cef075 100644
--- a/archives.html
+++ b/archives.html
@@ -8,6 +8,16 @@
<meta name="description" content="<?fugitive-install name ?>'s blog" />
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="print.css" type="text/css" media="print" charset="utf-8" />
+ <link rel="contents" href="archives.html" />
+ <?fugitive ifset:article_file ?>
+ <link rel="canonical" href="<?fugitive article_file ?>.html" />
+ <?fugitive endifset:article_file ?>
+ <?fugitive ifset:article_previous_file ?>
+ <link rel="prev" href="<?fugitive article_previous_file ?>.html" />
+ <?fugitive endifset:article_previous_file ?>
+ <?fugitive ifset:article_next_file ?>
+ <link rel="next" href="<?fugitive article_next_file ?>.html" />
+ <?fugitive endifset:article_next_file ?>
</head>
<body>
<div id="container">
@@ -19,7 +29,7 @@
</nav>
<header>
<h1><?fugitive-install name ?>'s blog</h1>
- <q>Weeks of coding can save you hours of planning.</q>
+ <q>fugitive: a blog engine for hackers.</q>
</header>
<article>
<header>
diff --git a/article.html b/article.html
index c497528..e278e17 100644
--- a/article.html
+++ b/article.html
@@ -8,6 +8,16 @@
<meta name="description" content="<?fugitive-install name ?>'s blog" />
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="print.css" type="text/css" media="print" charset="utf-8" />
+ <link rel="contents" href="archives.html" />
+ <?fugitive ifset:article_file ?>
+ <link rel="canonical" href="<?fugitive article_file ?>.html" />
+ <?fugitive endifset:article_file ?>
+ <?fugitive ifset:article_previous_file ?>
+ <link rel="prev" href="<?fugitive article_previous_file ?>.html" />
+ <?fugitive endifset:article_previous_file ?>
+ <?fugitive ifset:article_next_file ?>
+ <link rel="next" href="<?fugitive article_next_file ?>.html" />
+ <?fugitive endifset:article_next_file ?>
</head>
<body>
<div id="container">
@@ -31,7 +41,7 @@
</nav>
<header>
<h1><?fugitive-install name ?>'s blog</h1>
- <q>Weeks of coding can save you hours of planning.</q>
+ <q>fugitive: a blog engine for hackers.</q>
</header>
<article>
<header>