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

wrote archives list templating

This commit is contained in:
p4bl0 2010-07-23 15:12:26 +02:00
parent 55145b4609
commit 5502a2b3db

View file

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