summaryrefslogtreecommitdiff
path: root/src/article.html
blob: 78cb77f2fa5d5bda2658cba51b57fc9653ceb3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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>
    <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" /> 
  </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>
          </header>
          <footer>
            by <?fugitive commit_author ?>, on
            <time datetime="<?fugitive commit_datetime ?>">
              <?fugitive commit_date ?> at
              <?fugitive commit_time ?></time>.
          </footer>
          </header>
          <div>
            <?fugitive 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 <?fugitive commit_hash ?>,
          at <time><?fugitive commit_datetime ?></time>,
          <q><?fugitive commit_subject ?></q>.
        </p>
      </footer>
    </div>
  </body>
</html>