diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5d5c5d9..15bcb47 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,11 +11,14 @@ - {{- if eq .IsPage true }} - - - - {{- end }} + {{ if .IsHome }} + + + + + {{ else if .IsPage }} + {{ .Render "meta" }} + {{ end }} @@ -55,7 +58,11 @@ {{ block "header" . }}{{ end }} {{ $full_width := .Params.FullWidth | default false }} - {{ if eq $full_width true }} + {{- if .IsHome }} +
Cannot find override file: `./layouts/partials/homepage/heroContents.html`
\ No newline at end of file
diff --git a/layouts/partials/inline/heroSvg.html b/layouts/partials/inline/heroSvg.html
new file mode 100644
index 0000000..4ad0670
--- /dev/null
+++ b/layouts/partials/inline/heroSvg.html
@@ -0,0 +1 @@
+Cannot find override file: `./layouts/partials/inline/heroSvg.html`
\ No newline at end of file
diff --git a/layouts/partials/inline/menuSvg.html b/layouts/partials/inline/menuSvg.html
new file mode 100644
index 0000000..e643274
--- /dev/null
+++ b/layouts/partials/inline/menuSvg.html
@@ -0,0 +1 @@
+Cannot find override file: `./layouts/partials/inline/menuSvg.html`
\ No newline at end of file
diff --git a/layouts/partials/layout/footerContents.html b/layouts/partials/layout/footerContents.html
new file mode 100644
index 0000000..c5907c3
--- /dev/null
+++ b/layouts/partials/layout/footerContents.html
@@ -0,0 +1 @@
+Cannot find override file: `./layouts/partials/layout/footerContents.html`
\ No newline at end of file
diff --git a/layouts/partials/layout/navbar.html b/layouts/partials/layout/navbar.html
index 12432d7..cd2db65 100644
--- a/layouts/partials/layout/navbar.html
+++ b/layouts/partials/layout/navbar.html
@@ -1,3 +1,3 @@
\ No newline at end of file
diff --git a/layouts/partials/layout/navbar_contents.html b/layouts/partials/layout/navbarContents.html
similarity index 80%
rename from layouts/partials/layout/navbar_contents.html
rename to layouts/partials/layout/navbarContents.html
index 5cd2bd9..5349f73 100644
--- a/layouts/partials/layout/navbar_contents.html
+++ b/layouts/partials/layout/navbarContents.html
@@ -1,7 +1,7 @@