1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 14:35:32 +02:00

reorganized default templates markup

This commit is contained in:
p4bl0 2010-07-24 01:07:23 +02:00
parent 4e3e984518
commit bddcb7b43b
2 changed files with 10 additions and 7 deletions

View file

@ -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>

View file

@ -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>