The bmannconsulting.com website

removed Saturn

Changed files
-3
_includes
-2
_includes/head.html
···
<meta property="og:image" content="{{ site.url }}{{ page.image }}">
{% endif %}
-
<script async src="https://saturn.tech/widget.js"><!-- Saturn Service Worker Browser Client https://github.com/filecoin-saturn/browser-client --></script>
-
<title>
{% if page.id == "home" %}
{{ site.title }}
···
<meta property="og:image" content="{{ site.url }}{{ page.image }}">
{% endif %}
<title>
{% if page.id == "home" %}
{{ site.title }}
-1
saturn-sw.js
···
-
(()=>{"use strict";const e="https://saturn.tech";"undefined"!=typeof ServiceWorkerGlobalScope?importScripts(e+"/saturn-sw-core.js"):"undefined"!=typeof SharedWorkerGlobalScope?importScripts(e+"/shared-worker.js"):"undefined"!=typeof DedicatedWorkerGlobalScope&&importScripts(e+"/dedicated-worker.js")})();
···