summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-22 19:15:15 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-22 19:15:15 +0200
commit9cde723e88cb115e3c8c419e1c9538bb3841394f (patch)
treef51f77fc0d759a53d2f9cd525da58e4782a8f8be
parent15f2bf661c85cb07f3bb595f64815d7767f962db (diff)
article page template
-rw-r--r--src/article.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/article.html b/src/article.html
new file mode 100644
index 0000000..3c4eeaa
--- /dev/null
+++ b/src/article.html
@@ -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>