We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d95a0 commit 52ec1d3Copy full SHA for 52ec1d3
1 file changed
docs/_layouts/default.html
@@ -69,12 +69,14 @@
69
70
<div class="container">
71
72
- <h1 class="margin-bottom-none">{{ title }}</h1>
73
- {% if edit != false %}
74
- <span class="h1 margin-bottom-none">
+ <h1 class="margin-bottom-none">{{ title }}
+
+ {% if edit != false %}
75
+ <span>
76
{% include edit_button.html %}
77
</span>
- {% endif %}
78
+ {% endif %}
79
+ </h1>
80
{% if sub_title %}
81
<h4>{{ sub_title}}</h4>
82
{% endif %}
0 commit comments