summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 01:07:23 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 01:07:23 +0200
commitbddcb7b43b1308e7f0acf2f7b8cfccf3a50b2b4b (patch)
treeabe796ba39699d2cef047667872bc06a268a77ca
parent4e3e9845187e6aae6746e491831848a6c16e68e3 (diff)
reorganized default templates markup
-rw-r--r--archives.html13
-rw-r--r--article.html4
2 files changed, 10 insertions, 7 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>
diff --git a/article.html b/article.html
index d516745..d2a0164 100644
--- a/article.html
+++ b/article.html
@@ -42,9 +42,7 @@
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
</time>
<?fugitive ifset:article_mdatetime ?>
- <br />
- <small>
- last update by <?fugitive article_mauthor ?>, on
+ <br /><small>last update by <?fugitive article_mauthor ?>, on
<time datetime="<?fugitive article_mdatetime ?>">
<?fugitive article_mdate ?> at <?fugitive article_mtime ?>
</time>