404
-
Page not found
-
Sorry, we couldn't find the page you're looking for.
+
+ Page not found
+
+
+ Sorry, we couldn't find the page you're looking for.
+
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4f874e5ba..12d599d06 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,15 +1,13 @@
-
+
{{- partial "head.html" . -}}
{{- partial "header.html" . -}}
-
- {{- block "main" . }}{{- end }}
-
- {{- partial "footer.html" . -}}
- {{- $js := resources.Get "js/main.js" | minify -}}
+
{{- block "main" . }}{{- end }}
+ {{- partial "footer.html" . -}} {{- $js := resources.Get "js/main.js" |
+ minify -}}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 170b7f50b..7a7921f27 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -2,15 +2,17 @@
- {{ .Title }}
+
+ {{ .Title }}
+
{{ with .Description }}
{{ . }}
{{ end }}
-
- {{ range .Pages }}
- {{ partial "blog-post-card.html" . }}
- {{ end }}
+
+ {{ range .Pages }} {{ partial "blog-post-card.html" . }} {{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 483c5d111..e1353886a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,11 +2,11 @@
- {{ .Title }}
+
+ {{ .Title }}
+
-
- {{ .Content }}
-
+
{{ .Content }}
{{ end }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index d2582b623..8bf380e2b 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -5,15 +5,15 @@
-
Blog
+
+ Blog
+
Insights and best practices for Magento development.
- {{ range .Pages }}
- {{ partial "blog-post-card.html" . }}
- {{ end }}
+ {{ range .Pages }} {{ partial "blog-post-card.html" . }} {{ end }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 97fbb52cc..52a691f8b 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,73 +1,78 @@
{{ define "main" }}
-
+
{{ .Date.Format "January 2, 2006" }}
{{ range .Params.tags }}
-
+
{{ . }}
{{ end }}
- {{ .Title }}
+
+ {{ .Title }}
+
{{ with .Params.summary }}
{{ . }}
- {{ end }}
- {{ with .Params.authors }}
- {{ $authorId := index . 0 }}
- {{ $authors := $.Site.Data.authors }}
- {{ $author := index $authors $authorId }}
- {{ if $author }}
+ {{ end }} {{ with .Params.authors }} {{ $authorId := index . 0 }} {{
+ $authors := $.Site.Data.authors }} {{ $author := index $authors $authorId
+ }} {{ if $author }}
{{ if $author.showAvatar }}
-
+
{{ end }}
{{ $author.name }}
{{ $author.role }}
- {{ end }}
- {{ end }}
+ {{ end }} {{ end }}
-
- {{ .Content }}
-
+
{{ .Content }}
diff --git a/layouts/index.html b/layouts/index.html
index f721d9c2a..2c72deb1d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,9 @@
{{ define "main" }}
-
+
Services
Manufacturing your success
@@ -13,25 +15,59 @@
Services
-
+
{{ if eq .icon "shopping-cart" }}
-
-
+
+
{{ else if eq .icon "wrench" }}
-
-
+
+
{{ else if eq .icon "code" }}
-
-
+
+
{{ end }}
-
+
{{ .name }}
@@ -46,21 +82,24 @@
-{{ $posts := where .Site.RegularPages "Section" "blog" }}
-{{ $publishedPosts := where $posts ".Draft" false }}
-{{ if gt (len $publishedPosts) 0 }}
+{{ $posts := where .Site.RegularPages "Section" "blog" }} {{ $publishedPosts :=
+where $posts ".Draft" false }} {{ if gt (len $publishedPosts) 0 }}
-
+
-
From the blog
+
+ From the blog
+
- {{ range first 3 $publishedPosts }}
- {{ partial "blog-post-card.html" . }}
+ {{ range first 3 $publishedPosts }} {{ partial "blog-post-card.html" . }}
{{ end }}
@@ -76,14 +115,26 @@
Let's work together
- We'd love to hear from you! Send us a message using email or give us a call.
+ We'd love to hear from you! Send us a message using email or give us a
+ call.
Phone number
-
-
+
+
+39 345 523 5101
@@ -91,11 +142,25 @@
Email
-
-
+
+
-
+
contact@codemanufacture.com
@@ -116,16 +181,24 @@
Meet our team
- A small team of seasoned Magento developers with over a decade of experience.
+ A small team of seasoned Magento developers with over a decade of
+ experience.
-
+
{{ range $id, $person := .Site.Data.authors }}
{{ if $person.showAvatar }}
-
+
{{ end }}
{{ $person.name }}
@@ -133,20 +206,45 @@
{{ $person.name }}
{{ with $person.twitter }}
-
+
Twitter
-
-
+
+
- {{ end }}
- {{ with $person.linkedin }}
+ {{ end }} {{ with $person.linkedin }}
-
+
LinkedIn
-
-
+
+
diff --git a/layouts/partials/blog-post-card.html b/layouts/partials/blog-post-card.html
index 7ca958186..c28447884 100644
--- a/layouts/partials/blog-post-card.html
+++ b/layouts/partials/blog-post-card.html
@@ -1,4 +1,6 @@
-
+
{{ if .Draft }}
@@ -18,31 +20,36 @@
{{ end }}
- {{ with .Params.authors }}
- {{ $authorId := index . 0 }}
- {{ $authors := $.Site.Data.authors }}
- {{ $author := index $authors $authorId }}
- {{ if $author }}
+ {{ with .Params.authors }} {{ $authorId := index . 0 }} {{ $authors :=
+ $.Site.Data.authors }} {{ $author := index $authors $authorId }} {{ if
+ $author }}
{{ if $author.showAvatar }}
{{ $author.name }}
-
+
{{ end }}
{{ $author.name }}
{{ if not $.Draft }}
- {{ $.Date.Format "Jan 2, 2006" }}
+ {{ $.Date.Format "Jan 2, 2006" }}
·
- {{ math.Round (div (countwords $.Plain) 200.0) }} min read
+ {{ math.Round (div (countwords $.Plain) 200.0) }} min read
{{ else }}
Coming soon
{{ end }}
- {{ end }}
- {{ end }}
+ {{ end }} {{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f881fb1af..aab833b9a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,47 +1,107 @@
-
+
- © {{ now.Year }} Codemanufacture SRLS. All rights reserved. Partita iva: 12607110967
+ © {{ now.Year }} Codemanufacture SRLS. All rights reserved. Partita
+ iva: 12607110967
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e5cf712c1..fbed23d9f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,31 +1,49 @@
-
-
-{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}
-
-
+
+
+
+ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{
+ end }}
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
-{{ $css := resources.Get "css/output.css" }}
-{{ if $css }}
- {{ $css = $css | minify | fingerprint }}
-
+{{ $css := resources.Get "css/output.css" }} {{ if $css }} {{ $css = $css |
+minify | fingerprint }}
+
{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e01c6a74e..ca6023841 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,23 +1,60 @@
-