Remove service worker

This commit is contained in:
Zachary Betz 2019-02-14 09:11:57 -06:00
parent 17bd36f5a5
commit 14582e042f
2 changed files with 0 additions and 7 deletions

View File

@ -28,8 +28,4 @@
<title>
{{ $title }}
</title>
{{ if .IsHome }}
<link rel="manifest" href="manifest.json">
{{ end }}
</head>

View File

@ -1,5 +1,2 @@
<script src="{{ "js/prism.js" | absURL }}"></script>
<script src="{{ "js/dom-scripts.js" | absURL }}"></script>
{{ if .IsHome }}
<script src="{{ "js/service-worker-registration.js" | absURL }}"></script>
{{ end }}