Skip to content

Commit 3481190

Browse files
committed
fix: move "edit page" link to footer
1 parent 63913c0 commit 3481190

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/documents/document/index.html.eco

-2
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ These docs are for jsforce v3.
4848
<%- @partial('document/tooling') %>
4949

5050
<%- @partial('document/advanced') %>
51-
52-
<h3><a href="https://github.com/jsforce/jsforce.github.io">Edit this page</a></h3>

src/partials/footer.html.eco

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<footer id="footer">
22
<div class="container">
33
<div class="row">
4+
<div class="col-md-8">
5+
<h4><a href="https://github.com/jsforce/jsforce.github.io">Edit this page</a></h4>
6+
</div>
47
<div class="col-md-8 copyright">
58
JSforce development is sponsored by <a href="http://www.mashmatrix.com">Mashmatrix, Inc</a> <br>
69
Code licensed under <a href="https://github.com/jsforce/jsforce/blob/master/LICENSE">the MIT License</a>,

0 commit comments

Comments
 (0)