Skip to content

Commit 52ec1d3

Browse files
committed
style(docs): show edit on github btn in same line as title
1 parent 94d95a0 commit 52ec1d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/_layouts/default.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@
6969

7070
<div class="container">
7171

72-
<h1 class="margin-bottom-none">{{ title }}</h1>
73-
{% if edit != false %}
74-
<span class="h1 margin-bottom-none">
72+
<h1 class="margin-bottom-none">{{ title }}
73+
74+
{% if edit != false %}
75+
<span>
7576
{% include edit_button.html %}
7677
</span>
77-
{% endif %}
78+
{% endif %}
79+
</h1>
7880
{% if sub_title %}
7981
<h4>{{ sub_title}}</h4>
8082
{% endif %}

0 commit comments

Comments
 (0)