Skip to content

Commit 9350919

Browse files
committed
adding a link for editing each page
1 parent a255b1a commit 9350919

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/footer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
{% endif %}
2222
{{ thisyear }}
2323
{% if site.owner %}{{ site.owner }}{% else %}{{ site.title }}{% endif %}</li>
24+
{% if page.url %}<li><a href="https://github.com/biojava/biojava.github.io/edit/master/{{ page.path }}">Edit this page</a></li>{% endif %}
2425
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
25-
<li>Built with: <a href="http://jekyllrb.com" target="_blank">Jekyll</a></li>
2626
</ul>
2727
</footer>
28+
29+
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
30+
<script type="text/javascript">_uacct = "UA-1326640-1";urchinTracker();</script>

0 commit comments

Comments
 (0)