summaryrefslogtreecommitdiff
path: root/default-files/bottom.html
blob: 5e0c9fedebf84f3fe3ac37861e3164d6223ab365 (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
      <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="#topnav">top&uarr;</a></li>
          <li><a href="index.html">home</a></li>
          <li><a href="archives.html">archives</a></li>
        </ul>
      </nav>
      <footer>
        <p>
          <a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
          <a href="<?fugitive blog_url ?>"><?fugitive-install name ?></a>
          <?fugitive-install year ?>
          &mdash;
          powered by <a href="http://gitorious.org/fugitive">fugitive</a>
        </p>
        <p>
          last build was <?fugitive commit_hash ?> at
          <time datetime="<?fugitive commit_datetime_html5 ?>">
            <?fugitive commit_datetime ?>
          </time>,<br />
          subject was <q><?fugitive commit_subject ?></q>
        </p>
      </footer>
    </div>
  </body>
</html>