aboutsummaryrefslogtreecommitdiffstats
path: root/_templates/layout.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 04:40:22 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 04:40:22 +0100
commit11259190aca775d9864022d8dd9fbb58e43f167c (patch)
tree5b99eb17e7e954189988d1cf32a5b68fa0cbf7cc /_templates/layout.html
parent240e479f888f04530865d4b1b67f6d61c5729dd9 (diff)
downloadnovena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.tar.gz
novena-guide-11259190aca775d9864022d8dd9fbb58e43f167c.zip
initial sphinx skeleton
Diffstat (limited to '_templates/layout.html')
-rw-r--r--_templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
new file mode 100644
index 0000000..7d9b9a4
--- /dev/null
+++ b/_templates/layout.html
@@ -0,0 +1,9 @@
+{% extends "!layout.html" %}
+
+
+{% block header %}
+ <header id="pageheader">{#<h1>
+ <a href="http://URL">UMBRELLA PROJECT:</a>
+ <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} ({{ release}})</a>
+ </h1>#}</header>
+{% endblock %}