You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/15 22:20:59 UTC

git commit: docs: Add link to the project homepage to the breadcrumbs navigation.

Updated Branches:
  refs/heads/trunk a3c0479ca -> b651f6de1


docs: Add link to the project homepage to the breadcrumbs navigation.


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

Branch: refs/heads/trunk
Commit: b651f6de1f20fdda2f81293932d7be451bae20d6
Parents: a3c0479
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Aug 15 22:18:51 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 15 22:18:51 2013 +0200

----------------------------------------------------------------------
 docs/_templates/layout.html | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b651f6de/docs/_templates/layout.html
----------------------------------------------------------------------
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 41ed4f0..c926f1e 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,5 +1,10 @@
 {% extends "!layout.html" %}
 
+{% block rootrellink %}
+  <li><a href="https://libcloud.apache.org">Project Homepage</a> &raquo;</li>
+  {{ super() }}
+{% endblock %}
+
 {% block footer %}
 {{ super() }}
 <script>