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 a255b1a commit 9350919Copy full SHA for 9350919
_includes/footer.html
@@ -21,7 +21,10 @@
21
{% endif %}
22
{{ thisyear }}
23
{% 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 %}
25
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
- <li>Built with: <a href="http://jekyllrb.com" target="_blank">Jekyll</a></li>
26
</ul>
27
</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