summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2018-09-21 10:19:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-21 10:19:50 -0700
commit93c6200d106890f15c09ff279157964577b08a41 (patch)
tree679c1e470fe7ba1069bcdafa8b75b89f14d7cbde /docs/_templates
parent0482655391759fecfd8cc1df02d71607e860d987 (diff)
parent5a41dcc69e65158e6dcf08167c56cacaa9094082 (diff)
downloadfuncsigs-93c6200d106890f15c09ff279157964577b08a41.tar.gz
Merge tag '0.4' into master am: 4edfc03559
am: 5a41dcc69e Change-Id: Ic5d752c40b170efc1749c5af4062249f262cee5f
Diffstat (limited to 'docs/_templates')
-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 %}