summaryrefslogtreecommitdiff
path: root/default-files/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/archives.html')
-rw-r--r--default-files/archives.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/default-files/archives.html b/default-files/archives.html
new file mode 100644
index 0000000..5cb8981
--- /dev/null
+++ b/default-files/archives.html
@@ -0,0 +1,56 @@
+<?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: archives</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" />
+ <link rel="stylesheet" href="print.css" type="text/css" media="print" charset="utf-8" />
+ <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">
+ <?fugitive include:nav-header.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:footer.html ?>
+ </div>
+ </body>
+</html>