1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-28 12:35:27 +02:00
fugitive/archives.html
2010-07-24 04:26:27 +02:00

68 lines
2.3 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: archives</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" />
<link rel="stylesheet" href="print.css" type="text/css" media="print" 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>
<h1>Archives</h1>
</header>
<div>
<dl>
<?fugitive foreach:article ?>
<dt>
<time datetime="<?fugitive article_cdatetime ?>">
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
</time>
</dt>
<dd>
<a href="<?fugitive article_file ?>.html">
<?fugitive article_title ?>
</a>
<?fugitive ifset:article_mdatetime ?>
<br /><small>last update on
<time datetime="<?fugitive article_mdatetime ?>">
<?fugitive article_mdate ?> at <?fugitive article_mtime ?>
</time>
</small>
<?fugitive endifset:article_mdatetime ?>
</dd>
<?fugitive endforeach:article ?>
</dl>
</div>
</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 ?>
at <time><?fugitive commit_datetime ?></time>,<br />
subject was <q><?fugitive commit_subject ?></q>
</p>
</footer>
</div>
</body>
</html>