summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-23 15:12:26 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-23 15:12:26 +0200
commit5502a2b3db69651f6398b65efee126615795343b (patch)
treee935b6224cf289fad2cb9ca3e1cf577f2ab92f41
parent55145b4609a6ffbc50360682a2cbc9e395130192 (diff)
wrote archives list templating
-rw-r--r--archives.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/archives.html b/archives.html
index 9d47769..12f7fdf 100644
--- a/archives.html
+++ b/archives.html
@@ -24,9 +24,24 @@
<header>
<h2>Archives</h2>
</header>
- <section>
- <?fugitive archives ?>
- </section>
+ <div>
+ <dl>
+ <?fugitive multi-start ?>
+ <dt>
+ <time datetime="<?fugitive article_cdatetime ?>">
+ <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
+ </time>
+ </dt>
+ <dd>
+ <a href="<?fugitive article_url ?>"><?fugitive article_title ?></a>
+ <br /><small>last update on
+ <time datetime="<?fugitive article_mdatetime ?>">
+ <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
+ </time></small>
+ </dd>
+ <?fugitive multi-end ?>
+ </dl>
+ </div>
</article>
<footer>
<p>