some minor updates

This commit is contained in:
tomjohnson1492
2016-05-02 10:20:17 -07:00
parent d02914e137
commit 4063deecea
7 changed files with 50 additions and 16 deletions

View File

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