removing annotator from default layout -- this was in there by mistake.

This commit is contained in:
tomjohnson1492 2016-07-15 08:03:48 -07:00
parent dfb63aecbc
commit 8a080ae4fb

View File

@ -72,12 +72,7 @@
</div> </div>
<!-- /.container --> <!-- /.container -->
</div> </div>
<script>
jQuery(function ($) {
$('.post-content').annotator()
.annotator('setupPlugins', {tokenUrl: 'http://example.com/api/token'})
});
</script>
</body> </body>
{% if site.google_analytics %} {% if site.google_analytics %}
{% include google_analytics.html %} {% include google_analytics.html %}