From 6702e7412828729c7a5df776d014f25deabf2274 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 27 Aug 2014 23:12:09 -0400 Subject: docs: initial rambutan theme Still needs bundled fonts and polish. --- docs/source/_better_theme/relbar.html | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/source/_better_theme/relbar.html (limited to 'docs/source/_better_theme/relbar.html') diff --git a/docs/source/_better_theme/relbar.html b/docs/source/_better_theme/relbar.html new file mode 100644 index 0000000..6dc8b46 --- /dev/null +++ b/docs/source/_better_theme/relbar.html @@ -0,0 +1,52 @@ +{%- macro rellink_markup() %} + +{%- endmacro %} + +{%- macro breadcrumbs_markup() %} + +{%- endmacro %} + +{%- macro relbar_top() %} + {%- if theme_showrelbartop|tobool %} + + {%- endif %} +{%- endmacro %} + +{%- macro relbar_bottom() %} + {%- if theme_showrelbarbottom|tobool %} + + {%- endif %} +{%- endmacro %} -- cgit v1.2.3