summaryrefslogtreecommitdiff
path: root/default-files/archives.html
blob: 87c3bea9bbcb3e2263f912c536f13e7d9e5f707a (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
      <?fugitive include:top.html ?>
      <article>
        <header>
          <h1>Archives</h1>
        </header>
        <div>
          <dl>
            <?fugitive foreach:article ?>
            <dt>
              <time datetime="<?fugitive article_cdatetime ?>">
                <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
              </time>
            </dt>
            <dd>
              <a href="<?fugitive article_file ?>.html">
                <?fugitive article_title ?>
              </a>
              <?fugitive ifset:article_mdatetime ?>
              <br /><small>last update on
                <time datetime="<?fugitive article_mdatetime ?>">
                  <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
                </time>
              </small>
              <?fugitive endifset:article_mdatetime ?>
            </dd>
            <?fugitive endforeach:article ?>
          </dl>
        </div>
      </article>
      <?fugitive include:bottom.html ?>