content updates

This commit is contained in:
Tom Johnson
2015-08-12 16:58:09 -07:00
parent e564f65040
commit 2a81d2a101
20 changed files with 9026 additions and 8767 deletions

View File

@ -10,12 +10,15 @@
$('[data-toggle="tooltip"]').tooltip()
})
</script>
{% if page.video == true and site.print == false %}
{% unless site.print == true %}
{% if page.video == true %}
<link href="https://vjs.zencdn.net/4.12/video-js.css" rel="stylesheet">
<script src="https://vjs.zencdn.net/4.12/video.js"></script>
{% endif %}
{% endunless %}
{% if page.datatable == true and site.print == false %}
{% unless site.print == true %}
{% if page.datatable == true %}
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.5/css/jquery.dataTables.css">
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.5/js/jquery.dataTables.js"></script>
<script>
@ -28,6 +31,7 @@
);
</script>
{% endif %}
{% endunless %}
</head>