Browse Source

Offer a link to directly edit the current page on GitHub

Kevin van Zonneveld 9 years ago
parent
commit
10710e0459
1 changed files with 3 additions and 1 deletions
  1. 3 1
      website/themes/uppy/layout/page.ejs

+ 3 - 1
website/themes/uppy/layout/page.ejs

@@ -14,5 +14,7 @@
         <% }) %>
       </div>
     <% } %>
-    <div class="footer">Caught a mistake or want to contribute to the documentation? <a href="https://github.com/transloadit/uppy" target="_blank">Fork this site on Github</a>!</div>
+    <div class="footer">Caught a mistake or want to contribute to the documentation?
+       <a href="https://github.com/transloadit/uppy/blob/master/website/src/<%- page.source %>" target="_blank">Edit/fork this page directly on Github</a>!
+    </div>
 </div>