summaryrefslogtreecommitdiff
path: root/article.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-25 00:57:27 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-25 00:57:27 +0200
commita4de1eb7869caba6d9020e3f9cc7a817dfc74241 (patch)
treeaadba16beb24e963ee9c0e01df3550ec67daad1b /article.html
parentd7a6747d12a570c6408e1d2f7685508f98a4cfa5 (diff)
using new include feature in default templates. Reorganised files accordingly
Diffstat (limited to 'article.html')
-rw-r--r--article.html82
1 files changed, 0 insertions, 82 deletions
diff --git a/article.html b/article.html
deleted file mode 100644
index e278e17..0000000
--- a/article.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<?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 article_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" charset="utf-8" />
- <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 ?>
- </head>
- <body>
- <div id="container">
- <nav>
- <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>
- <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>
- <article>
- <header>
- <h1><?fugitive article_title ?></h1>
- </header>
- <footer>
- by <?fugitive article_cauthor ?>, on
- <time datetime="<?fugitive article_cdatetime ?>">
- <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
- </time>
- <?fugitive ifset:article_mdatetime ?>
- <br /><small>last update by <?fugitive article_mauthor ?>, on
- <time datetime="<?fugitive article_mdatetime ?>">
- <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
- </time>
- </small>
- <?fugitive endifset:article_mdatetime ?>
- </footer>
- <div>
- <?fugitive article_content ?>
- </div>
- </article>
- <footer>
- <p>
- <a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
- <?fugitive-install name ?> <?fugitive-install year ?>
- &mdash;
- powered by <a href="http://gitorious.org/fugitive">fugitive</a>
- </p>
- <p>
- last build was <?fugitive commit_hash ?>
- at <time><?fugitive commit_datetime ?></time>,<br />
- subject was <q><?fugitive commit_subject ?></q>
- </p>
- </footer>
- </div>
- </body>
-</html>