blob: 0b2770ef014db390918a041326bf87cc701524f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div id="tools-buttons" style="width: 100%; text-align: right">
{% if site.inc_before_tools %}
{% include {{ site.inc_before_tools }} %}
{% endif %}
{% include git-wiki/components/action_btn/page_actions.html %}
{% include git-wiki/components/search/index.html %}
{% if site.inc_after_tools %}
{% include {{ site.inc_after_tools }} %}
{% endif %}
</div>
|