summaryrefslogtreecommitdiff
path: root/article.html
blob: 90cbe3c87da37261c9fff306854a28b04763b7e8 (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
<?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: <?fugitive article_title ?></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" /> 
  </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><?fugitive-install name ?>'s blog</h1>
        <q>Weeks of coding can save you hours of planning.</q>
      </header>
      <article>
        <header>
          <h2><?fugitive article_title ?></h2>
        </header>
        <footer>
          by <?fugitive article_cauthor ?>, on
          <time datetime="<?fugitive article_cdatetime ?>">
            <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
          </time><br />
          <small>
            last update by <?fugitive article_mauthor ?>, on
            <time datetime="<?fugitive article_mdatetime ?>">
              <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
            </time>
          </small>
        </footer>
        <div>
          <?fugitive article_content ?>
        </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 ?>,
          <time><?fugitive commit_datetime ?></time>,
          <q><?fugitive commit_subject ?></q>
        </p>
      </footer>
    </div>
  </body>
</html>