1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-07-02 13:45:27 +02:00
fugitive/src/article.html

62 lines
2.1 KiB
HTML
Raw Normal View History

2010-07-22 19:15:15 +02:00
<?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>p4bl0's blog: <?fugitive article_title ?></title>
2010-07-22 19:15:15 +02:00
<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="author" content="Pablo Rauzy" />
<meta name="description" content="p4bl0 (Pablo Rauzy)'s blog" />
<meta name="keywords" content="p4bl0, pablo, rauzy, blog, geek, student, ens, normale sup, computer science, programming, language" />
<link rel="icon" type="image/png" href="/images/icons/pablo.png" />
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
2010-07-22 19:15:15 +02:00
</head>
<body>
<div id="container">
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="archives.html">archives</a></li>
</ul>
</nav>
<header>
<h1>p4bl0's blog</h1>
<q>the blog where every number is written in base 10.</q>
</header>
<div id="content">
<article>
<header>
<h2><?fugitive article_title ?></h2>
2010-07-22 19:15:15 +02:00
</header>
<footer>
by <?fugitive commit_author ?>, on
<time datetime="<?fugitive commit_datetime ?>">
<?fugitive commit_date ?> at
<?fugitive commit_time ?></time>.
2010-07-22 19:15:15 +02:00
</footer>
</header>
<div>
<?fugitive article_content ?>
2010-07-22 19:15:15 +02:00
</div>
</article>
</div>
<footer>
<p>
<a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
<a href="http://pablo.rauzy.name/"
title="Pablo Rauzy (p4bl0)">pablo rauzy</a>
&mdash;
powered by <a href="http://gitorious.org/fugitive">fugitive</a>
&mdash;
hosted at <a href="http://berthold.shebang.ws/">berthold</a>'s
</p>
<p>
last commit was <?fugitive commit_hash ?>,
at <time><?fugitive commit_datetime ?></time>,
<q><?fugitive commit_subject ?></q>.
2010-07-22 19:15:15 +02:00
</p>
</footer>
</div>
</body>
</html>