You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/01/10 05:35:42 UTC

[2/3] git commit: switched to using the skeleton for the template, which comes along with some sensible foundation links

switched to using the skeleton for the template, which comes along with some sensible foundation links


Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/b92413ac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/b92413ac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/b92413ac

Branch: refs/heads/master
Commit: b92413ac8e9eb5ffbf780d3cdae9f4bc87d130de
Parents: a043583
Author: Adam Berry <am...@yahoo-inc.com>
Authored: Wed Jan 9 11:46:17 2013 -0600
Committer: Adam Berry <am...@yahoo-inc.com>
Committed: Wed Jan 9 11:46:17 2013 -0600

----------------------------------------------------------------------
 site/templates/single_narrative.html |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/b92413ac/site/templates/single_narrative.html
----------------------------------------------------------------------
diff --git a/site/templates/single_narrative.html b/site/templates/single_narrative.html
index ddbd65f..da1224d 100644
--- a/site/templates/single_narrative.html
+++ b/site/templates/single_narrative.html
@@ -1,8 +1,2 @@
-<html>
-<head><title>{{ headers.title }}</title>
-</head>
-<body>
-<h1>{{ headers.title }}</h1>
-<div id="content">{{ content|markdown }}</div>
-</body>
-</html>
+{% extends "skeleton.html" %}
+