1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-30 21:25:26 +02:00
fugitive/archives.html

47 lines
1.5 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 article_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="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<div id="container">
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li>archives</li>
</ul>
</nav>
<header>
<h1><?fugitive-install name ?>'s blog</h1>
<q>Weeks of coding can save you hours of planning.</q>
</header>
<article>
<header>
<h2>Archives</h2>
</header>
<section>
<?fugitive archives ?>
</section>
</article>
<footer>
<p>
<a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
<?fugitive-install name ?> <?fugitive-install year ?>
&mdash;
powered by <a href="http://gitorious.org/fugitive">fugitive</a>
</p>
<p>
last build was <?fugitive commit_hash ?>,
<time><?fugitive commit_datetime ?></time>,
<q><?fugitive commit_subject ?></q>
</p>
</footer>
</div>
</body>
</html>