summaryrefslogtreecommitdiff
path: root/default-files/nav-header.html
blob: 300592dfa01724da1e6179e7ced7ffc6ae99a6cc (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
      <nav>
        <?fugitive ifset:article_file ?>
        <ul class="nav">
          <?fugitive ifset:article_previous_file ?>
          <li>
            <a href="<?fugitive article_previous_file ?>.html">« previous</a>
          </li>
          <?fugitive endifset:article_previous_file ?>
          <?fugitive ifset:article_next_file ?>
          <li>
            <a href="<?fugitive article_next_file ?>.html">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><?fugitive-install name ?>'s blog</h1>
        <q>fugitive: a blog engine for hackers.</q>
      </header>