Skip to content

Commit 5672184

Browse files
committed
move github buttons up so they render on mobile
1 parent cb9af1d commit 5672184

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

custom_theme/base.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,10 @@
3333
<div class="container">
3434
<div class="col-md-3">{% include "toc.html" %}</div>
3535
<div class="col-md-9" role="main">{% include "content.html" %}</div>
36-
</div>
37-
38-
{% if include_search %}{% include "search.html" %}{% endif %}
3936

40-
{% if copyright %}
41-
<div class="footer">
42-
<div class="container">
43-
<p class="text-muted">{{copyright}}
4437
<!-- Place this tag where you want the button to
4538
render. -->
46-
39+
<div class="col-md-9">
4740
<!-- Place this tag where you want the button to render. -->
4841
<a class="github-button" href="https://github.com/VISIONAI/VMXdocs"
4942
data-icon="octicon-star" data-style="mega"
@@ -73,6 +66,18 @@
7366
on
7467
GitHub">Issue</a>
7568

69+
</div>
70+
71+
</div>
72+
73+
{% if include_search %}{% include "search.html" %}{% endif %}
74+
75+
76+
77+
{% if copyright %}
78+
<div class="footer">
79+
<div class="container">
80+
<p class="text-muted">{{copyright}}
7681
</p>
7782
</div>
7883
</div>

0 commit comments

Comments
 (0)