summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/contribution-graph.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/contribution-graph.html b/layouts/partials/contribution-graph.html
index dc95811..41cbc90 100644
--- a/layouts/partials/contribution-graph.html
+++ b/layouts/partials/contribution-graph.html
@@ -16,8 +16,3 @@
></div>
</div>
-{{- if not ($page.Scratch.Get "contrib-graph-js-loaded") -}}
- {{- $page.Scratch.Set "contrib-graph-js-loaded" true -}}
- {{- $js := resources.Get "js/contribution-graph.js" | minify -}}
- <script src="{{ $js.RelPermalink }}"></script>
-{{- end -}}