summaryrefslogtreecommitdiff
path: root/default-files/top.html
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/top.html')
-rw-r--r--default-files/top.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/default-files/top.html b/default-files/top.html
new file mode 100644
index 0000000..4e2d8dc
--- /dev/null
+++ b/default-files/top.html
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html>
+<html dir="ltr" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title><?fugitive-install name ?>'s blog: <?fugitive page_title ?></title>
+ <meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
+ <meta name="author" content="<?fugitive-install name ?>" />
+ <meta name="description" content="<?fugitive-install name ?>'s blog" />
+ <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>
+ <?fugitive ifset:article_file ?>
+ <ul class="nav">
+ <?fugitive ifset:article_previous_file ?>
+ <li>
+ <a href="<?fugitive article_previous_file ?>.html">« previous</a>
+ </li>
+ <?fugitive endifset:article_previous_file ?>
+ <?fugitive ifset:article_next_file ?>
+ <li>
+ <a href="<?fugitive article_next_file ?>.html">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><?fugitive-install name ?>'s blog</h1>
+ <q>fugitive: a blog engine for hackers.</q>
+ </header>