summaryrefslogtreecommitdiff
path: root/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'article.html')
-rw-r--r--article.html12
1 files changed, 11 insertions, 1 deletions
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>