From d47dcbd882ff178a464665b7a982fde9bc1d4f84 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Thu, 10 Jul 2014 01:05:50 +0200 Subject: [PATCH] added github ribbon --- doc/_templates/layout.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/_templates/layout.html diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 0000000..73519ef --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,24 @@ +{% extends "!layout.html" %} + +{# Custom CSS overrides #} +{# set bootswatch_css_custom = ['_static/my-styles.css'] #} + +{# Add github banner (from: https://github.com/blog/273-github-ribbons). #} +{% block header %} + {{ super() }} + + +{% endblock %} + +