From 11259190aca775d9864022d8dd9fbb58e43f167c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 04:40:22 +0100 Subject: initial sphinx skeleton --- _better_theme/relbar.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _better_theme/relbar.html (limited to '_better_theme/relbar.html') diff --git a/_better_theme/relbar.html b/_better_theme/relbar.html new file mode 100644 index 0000000..6dc8b46 --- /dev/null +++ b/_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