1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 14:35:32 +02:00
fugitive/default-files/top.html
2013-09-05 12:05:05 +02:00

53 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<title><?fugitive-install name ?>'s blog: <?fugitive page_title ?></title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="author" content="<?fugitive-install name ?>" />
<meta name="description" content="<?fugitive-install name ?>'s blog" />
<meta name="viewport" content="width=device-width" />
<link rel="alternate" type="application/rss+xml" href="<?fugitive blog_url ?>feed.xml" title="5 last articles RSS feed" />
<link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" />
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
<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 ?>
</head>
<body>
<div id="container">
<nav id="topnav">
<?fugitive ifset:article_file ?>
<ul class="nav">
<?fugitive ifset:article_previous_file ?>
<li>
<a href="<?fugitive article_previous_file ?>.html"
title="<?fugitive article_previous_title ?>">« previous</a>
</li>
<?fugitive endifset:article_previous_file ?>
<?fugitive ifset:article_next_file ?>
<li>
<a href="<?fugitive article_next_file ?>.html"
title="<?fugitive article_next_title ?>">next »</a>
</li>
<?fugitive endifset:article_next_file ?>
</ul>
<?fugitive endifset:article_file ?>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="archives.html">archives</a></li>
</ul>
</nav>
<header>
<h1><a href="<?fugitive blog_url ?>">
<?fugitive-install name ?>'s blog
</a></h1>
<q>Don't learn to hack, hack to learn.</q>
</header>