We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbd0a0 commit d53d1c5Copy full SHA for d53d1c5
_layouts/default.html
@@ -25,7 +25,7 @@
25
<div class="background"><div class="primary"></div><div class="secondary"></div></div>
26
{% else %}
27
{% if page.include_title %}
28
- <h1>{{ page.title }} <a href="https://github.com/WP-API/docs-v2/edit/gh-pages/{{page.path}}">Edit Page</a></h1>
+ <h1>{{ page.title }} <small style="float:right;"><a href="https://github.com/WP-API/docs-v2/edit/gh-pages/{{page.path}}">Edit Page</a></small></h1>
29
{% endif %}
30
31
0 commit comments