From 7131d99df20e1c2546452124ee52a95fa3ace97b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 03:42:27 +0100 Subject: 'better' theme --- _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