-
-
-
-
+{{ define "main" }}
+
+
+
+
+
+
+
+
+
+
+ {{ range .Pages }}
+
+
+
{{ .Title }}
+
+ {{ .Params.role }}
+ {{ .Params.implementation }}
+
+
{{ .Params.description | markdownify }}
+
+
- {{ partial "content.html" .Content }}
-
-
-
- {{- partial "footer.html" . -}}
-
-
+ {{ end }}
+
+
+
+
+{{ end }}
diff --git a/themes/Indiiie/layouts/implementations/single.html b/themes/Indiiie/layouts/implementations/single.html
new file mode 100644
index 0000000..6aa59c4
--- /dev/null
+++ b/themes/Indiiie/layouts/implementations/single.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+
+{{ end }}
diff --git a/themes/Indiiie/layouts/shortcodes/implementation.html b/themes/Indiiie/layouts/shortcodes/implementation.html
deleted file mode 100644
index 91f483b..0000000
--- a/themes/Indiiie/layouts/shortcodes/implementation.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- {{ .Inner | markdownify }}
-
- {{ if .Get "type" }}
-
- {{ $types := split (.Get "type") " " }}
- {{ range $types }}
- {{ . }}
- {{ end }}
-
- {{ end }}
-
-
- {{ if .Get "devs" }}
-
Main devs: {{ .Get "devs" }}
- {{ end }}
-
-
- {{ if .Get "link" }}
-
specs ↗
- {{ else }}
-
soon to be released...
- {{ end }}
-
-
\ No newline at end of file