fugitive/default-files/top.html

51 lines
2.1 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html dir="ltr" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?fugitive-install name ?>'s blog: <?fugitive page_title ?></title>
<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="author" content="<?fugitive-install name ?>" />
<meta name="description" content="<?fugitive-install name ?>'s blog" />
<link rel="alternate" type="application/rss+xml" href="<?fugitive blog_url ?>feed.xml" title="5 last articles RSS feed" />
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" />
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
<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">
<nav id="topnav">
<?fugitive ifset:article_file ?>
<ul class="nav">
<?fugitive ifset:article_previous_file ?>
<li>
<a href="<?fugitive article_previous_file ?>.html">« previous</a>
</li>
<?fugitive endifset:article_previous_file ?>
<?fugitive ifset:article_next_file ?>
<li>
<a href="<?fugitive article_next_file ?>.html">next »</a>
</li>
<?fugitive endifset:article_next_file ?>
</ul>
<?fugitive endifset:article_file ?>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="archives.html">archives</a></li>
</ul>
</nav>
<header>
<h1><a href="<?fugitive blog_url ?>">
<?fugitive-install name ?>'s blog
</a></h1>
<q>Don't learn to hack, hack to learn.</q>
</header>