summaryrefslogtreecommitdiff
path: root/default-files/top.html
blob: efb7d5d69d89adb95675036da4b013ccf482f3f0 (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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
  <head>
    <title><?fugitive-install name ?>'s blog: <?fugitive page_title ?></title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="author" content="<?fugitive-install name ?>" />
    <meta name="description" content="<?fugitive-install name ?>'s blog" />
    <meta name="viewport" content="width=device-width" />
    <link rel="alternate" type="application/rss+xml" href="<?fugitive blog_url ?>rss.xml" title="5 last articles RSS feed" />
    <link rel="alternate" type="application/atom+xml" href="<?fugitive blog_url ?>atom.xml" title="5 last articles Atom feed">
    <link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="print.css" type="text/css" media="print" />
    <link rel="contents" href="archives.html" />
    <?fugitive ifset:article_file ?>
    <link rel="canonical" href="<?fugitive article_file ?>.html" />
    <?fugitive endifset:article_file ?>
    <?fugitive ifset:article_previous_file ?>
    <link rel="prev" href="<?fugitive article_previous_file ?>.html" />
    <?fugitive endifset:article_previous_file ?>
    <?fugitive ifset:article_next_file ?>
    <link rel="next" href="<?fugitive article_next_file ?>.html" />
    <?fugitive endifset:article_next_file ?>
  </head>
  <body>
    <div id="container">
      <nav id="topnav">
        <?fugitive ifset:article_file ?>
        <ul class="nav">
          <?fugitive ifset:article_previous_file ?>
          <li>
            <a href="<?fugitive article_previous_file ?>.html"
               title="<?fugitive article_previous_title ?>">« previous</a>
          </li>
          <?fugitive endifset:article_previous_file ?>
          <?fugitive ifset:article_next_file ?>
          <li>
            <a href="<?fugitive article_next_file ?>.html"
               title="<?fugitive article_next_title ?>">next »</a>
          </li>
          <?fugitive endifset:article_next_file ?>
        </ul>
        <?fugitive endifset:article_file ?>
        <ul>
          <li><a href="index.html">home</a></li>
          <li><a href="archives.html">archives</a></li>
        </ul>
      </nav>
      <header>
        <h1><a href="<?fugitive blog_url ?>">
            <?fugitive-install name ?>'s blog
        </a></h1>
        <q>Don't learn to hack, hack to learn.</q>
      </header>