summaryrefslogtreecommitdiff
path: root/docs/_templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_templates/page.html')
-rw-r--r--docs/_templates/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_templates/page.html b/docs/_templates/page.html
new file mode 100644
index 0000000..5e1e00b
--- /dev/null
+++ b/docs/_templates/page.html
@@ -0,0 +1,9 @@
+{% extends "!page.html" %}
+{% block extrahead %}
+ <a href="https://github.com/aliles/funcsigs">
+ <img style="position: absolute; top: 0; right: 0; border: 0;"
+ src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
+ alt="Fork me on GitHub">
+ </a>
+ {{ super() }}
+{% endblock %}