1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-19 22:55:35 +02:00
fugitive/default-files/article.html

26 lines
909 B
HTML
Raw Normal View History

<?fugitive include:top.html ?>
<article>
<header>
2010-09-18 02:04:32 +02:00
<h1><a href="<?fugitive article_file ?>.html">
<?fugitive article_title ?>
</a></h1>
</header>
<footer>
by <?fugitive article_cauthor ?>, on
<time datetime="<?fugitive article_cdatetime ?>">
<?fugitive article_cdate ?> at <?fugitive article_ctime ?>
2010-07-24 00:04:32 +02:00
</time>
<?fugitive ifset:article_mdatetime ?>
2010-07-24 01:07:23 +02:00
<br /><small>last update by <?fugitive article_mauthor ?>, on
<time datetime="<?fugitive article_mdatetime ?>">
<?fugitive article_mdate ?> at <?fugitive article_mtime ?>
</time>
</small>
2010-07-24 00:04:32 +02:00
<?fugitive endifset:article_mdatetime ?>
</footer>
<div>
<?fugitive article_content ?>
</div>
</article>
<?fugitive include:bottom.html ?>