diff --git a/docs/themes/mytheme/layouts/partials/hero.html b/docs/themes/mytheme/layouts/partials/hero.html
new file mode 100644
index 000000000..5386b677d
--- /dev/null
+++ b/docs/themes/mytheme/layouts/partials/hero.html
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/docs/themes/mytheme/layouts/shortcodes/grid.html b/docs/themes/mytheme/layouts/shortcodes/grid.html
new file mode 100644
index 000000000..c5126c02a
--- /dev/null
+++ b/docs/themes/mytheme/layouts/shortcodes/grid.html
@@ -0,0 +1,6 @@
+{{ $_hugo_config := `{ "version": 1 }` }}
+++++
+
+ {{ .Inner }}
+
+++++
\ No newline at end of file
diff --git a/docs/themes/mytheme/layouts/shortcodes/gridentry.html b/docs/themes/mytheme/layouts/shortcodes/gridentry.html
new file mode 100644
index 000000000..172e2aaa1
--- /dev/null
+++ b/docs/themes/mytheme/layouts/shortcodes/gridentry.html
@@ -0,0 +1,9 @@
+{{ $_hugo_config := `{ "version": 1 }` }}
+++++
+
+
+
{{ .Get "title" }}
+
{{ .Inner }}
+
+
+++++
\ No newline at end of file
diff --git a/docs/themes/mytheme/layouts/shortcodes/seo.html b/docs/themes/mytheme/layouts/shortcodes/seo.html
index 77c7643a3..0c56621a5 100644
--- a/docs/themes/mytheme/layouts/shortcodes/seo.html
+++ b/docs/themes/mytheme/layouts/shortcodes/seo.html
@@ -1,7 +1,7 @@
-
-
{{ .Get "title" }}
-
{{ .Inner }}
- {{ $link := .Get "link" }}
- {{ $linkTitle := .Get "link_title" }}
-
{{ $linkTitle }}
+{{ $_hugo_config := `{ "version": 1 }` }}
+
+
{{ .Get "title" }}
+
+ {{ .Inner }}
+
\ No newline at end of file