summaryrefslogtreecommitdiff
path: root/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives.html')
-rw-r--r--archives.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/archives.html b/archives.html
index e4fc357..a1e9bee 100644
--- a/archives.html
+++ b/archives.html
@@ -33,11 +33,16 @@
</time>
</dt>
<dd>
- <a href="<?fugitive article_url ?>"><?fugitive article_title ?></a>
+ <a href="<?fugitive article_url ?>">
+ <?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>
+ <time datetime="<?fugitive article_mdatetime ?>">
+ <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
+ </time>
+ </small>
+ <?fugitive endifset:article_mdatetime ?>
</dd>
<?fugitive multi-end ?>
</dl>