1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-07-02 13:45:27 +02:00
fugitive/default-files/article.html

50 lines
2 KiB
HTML
Raw Normal View History

2010-07-22 19:15:15 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html dir="ltr" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
2010-07-23 02:21:28 +02:00
<title><?fugitive-install name ?>'s blog: <?fugitive article_title ?></title>
2010-07-22 19:15:15 +02:00
<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
2010-07-23 02:21:28 +02:00
<meta name="author" content="<?fugitive-install name ?>" />
<meta name="description" content="<?fugitive-install name ?>'s blog" />
2010-07-24 01:23:48 +02:00
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
2010-07-24 01:28:59 +02:00
<link rel="stylesheet" href="print.css" type="text/css" media="print" charset="utf-8" />
<link rel="contents" href="archives.html" />
<?fugitive ifset:article_file ?>
<link rel="canonical" href="<?fugitive article_file ?>.html" />
<?fugitive endifset:article_file ?>
<?fugitive ifset:article_previous_file ?>
<link rel="prev" href="<?fugitive article_previous_file ?>.html" />
<?fugitive endifset:article_previous_file ?>
<?fugitive ifset:article_next_file ?>
<link rel="next" href="<?fugitive article_next_file ?>.html" />
<?fugitive endifset:article_next_file ?>
2010-07-22 19:15:15 +02:00
</head>
<body>
<div id="container">
<?fugitive include:nav-header.html ?>
<article>
<header>
2010-07-23 15:40:07 +02:00
<h1><?fugitive article_title ?></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:footer.html ?>
2010-07-22 19:15:15 +02:00
</div>
</body>
</html>