Use cdn.privacytools.io for static resources

This commit is contained in:
2020-05-26 00:01:45 -05:00
parent c299f2f18c
commit cad8c8a5cf
25 changed files with 82 additions and 237 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
{% include head.html %}
<body data-spy="scroll" data-target="#navbar">
<script src="/assets/js/applytheme.js?v=1"></script>
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/applytheme.js?v=1"></script>
<header>
{% include nav.html %}
<div id="top" class="py-4"></div>