We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63913c0 commit 3481190Copy full SHA for 3481190
src/documents/document/index.html.eco
@@ -48,5 +48,3 @@ These docs are for jsforce v3.
48
<%- @partial('document/tooling') %>
49
50
<%- @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
@@ -1,6 +1,9 @@
1
<footer id="footer">
2
<div class="container">
3
<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>
7
<div class="col-md-8 copyright">
8
JSforce development is sponsored by <a href="http://www.mashmatrix.com">Mashmatrix, Inc</a> <br>
9
Code licensed under <a href="https://github.com/jsforce/jsforce/blob/master/LICENSE">the MIT License</a>,
0 commit comments