committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
{% if page.datatable == true %}
|
||||
{% if page.datatable == "active" %}
|
||||
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.5/css/jquery.dataTables.css">
|
||||
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.5/js/jquery.dataTables.js"></script>
|
||||
<script>
|
||||
@ -39,9 +39,6 @@
|
||||
|
||||
<!-- Content Column -->
|
||||
<div class="col-md-9">
|
||||
{% comment %}
|
||||
{% include algolia.html %}
|
||||
{% endcomment %}
|
||||
{{content}}
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
Reference in New Issue
Block a user