summaryrefslogtreecommitdiffstats
path: root/layouts/partials/AddModule.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layouts/partials/AddModule.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/partials/AddModule.html b/layouts/partials/AddModule.html
deleted file mode 100644
index bd16780..0000000
--- a/layouts/partials/AddModule.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ with .module }}
- {{- $dependencies := page.Scratch.Get "dependencies" -}}
- {{- if reflect.IsSlice $dependencies -}}
- {{- $dependencies = complement $dependencies . -}}
- {{ else }}
- {{- $dependencies = slice . -}}
- {{ end }}
- {{- page.Scratch.Set "dependencies" $dependencies -}}
-{{ end }} \ No newline at end of file