1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 14:35:32 +02:00

article page template

This commit is contained in:
p4bl0 2010-07-22 19:15:15 +02:00
parent 15f2bf661c
commit 9cde723e88

60
src/article.html Normal file
View file

@ -0,0 +1,60 @@
<?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: <!--article_title--></title>
<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="/styles/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><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><!--article_title--></h2>
</header>
<footer>
by <!--commit_author-->, on
<time datetime="<!--commit_datetime-->"><!--commit_date--> at
<!--commit_time--></time>.
</footer>
</header>
<div>
<!--article_content-->
</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 <!--commit_hash-->,
at <time><!--commit_datetime--></time>,
<q><!--commit_subject--></q>.
</p>
</footer>
</div>
</body>
</html>