From 2a16ea2a9075229b2141c62697f4e1cabd4d2edd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 03:43:30 +0100 Subject: move stuff into 'docs' subfolder --- docs/_better_theme/relbar.html | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/_better_theme/relbar.html (limited to 'docs/_better_theme/relbar.html') diff --git a/docs/_better_theme/relbar.html b/docs/_better_theme/relbar.html new file mode 100644 index 0000000..6dc8b46 --- /dev/null +++ b/docs/_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