diff --git a/layouts/shortcodes/facilities.html b/layouts/shortcodes/facilities.html index e59a0ef..4e280e1 100644 --- a/layouts/shortcodes/facilities.html +++ b/layouts/shortcodes/facilities.html @@ -7,7 +7,7 @@

{{ .Params.subtitle }}

- Learn More + Learn More
diff --git a/themes/lhs-retro/layouts/_default/list.html b/themes/lhs-retro/layouts/_default/list.html index a16c89f..6ca8f5c 100644 --- a/themes/lhs-retro/layouts/_default/list.html +++ b/themes/lhs-retro/layouts/_default/list.html @@ -11,7 +11,7 @@ {{ end }} \ No newline at end of file diff --git a/themes/lhs-retro/layouts/blog/list.html b/themes/lhs-retro/layouts/blog/list.html index 84a494d..3ee9908 100644 --- a/themes/lhs-retro/layouts/blog/list.html +++ b/themes/lhs-retro/layouts/blog/list.html @@ -24,7 +24,7 @@ -

{{.Title}} - {{ .Params.author }}
+

{{.Title}} - {{ .Params.author }}
{{ dateFormat "Jan 2, 2006" .PublishDate }}

{{ .Summary }}

diff --git a/themes/lhs-retro/layouts/blog/single.html b/themes/lhs-retro/layouts/blog/single.html index e53266b..4a5caa6 100644 --- a/themes/lhs-retro/layouts/blog/single.html +++ b/themes/lhs-retro/layouts/blog/single.html @@ -12,7 +12,7 @@ {{ $avatar := resources.GetRemote (print "https://www.gravatar.com/avatar/" (sha256 .Params.author_email)) | resources.Copy (print "images/avatars/" (sha256 .Params.author_email) ".jpg") }} - +

This is a post by {{ .Params.author }}.
Originally diff --git a/themes/lhs-retro/layouts/partials/footer.html b/themes/lhs-retro/layouts/partials/footer.html index f543c8d..b1f77ff 100644 --- a/themes/lhs-retro/layouts/partials/footer.html +++ b/themes/lhs-retro/layouts/partials/footer.html @@ -10,7 +10,8 @@ Socials: {{ $menu_items := add (len .Site.Params.social_links) -1 }} {{- range $i, $e := .Site.Params.social_links }} - {{ .name | humanize }}{{ if lt $i $menu_items }} / {{ end }} + {{ .name | humanize + }}{{ if lt $i $menu_items }} / {{ end }} {{- end }}

@@ -19,4 +20,9 @@ href="https://www.studiocosmos.co.uk" target="_blank" rel="noopener">COSMOS
{{ .Site.Title }} is a trading name of {{ .Site.Params.Company }}, registered in England & Wales No. {{ - .Site.Params.company_number }}

\ No newline at end of file + .Site.Params.company_number }}

+ +

+ Valid HTML 4.01 Transitional +

\ No newline at end of file diff --git a/themes/lhs-retro/layouts/partials/head.html b/themes/lhs-retro/layouts/partials/head.html index 7e9ac07..d29c149 100644 --- a/themes/lhs-retro/layouts/partials/head.html +++ b/themes/lhs-retro/layouts/partials/head.html @@ -3,5 +3,3 @@ - - diff --git a/themes/lhs/layouts/_default/list.html b/themes/lhs/layouts/_default/list.html index a16c89f..6ca8f5c 100644 --- a/themes/lhs/layouts/_default/list.html +++ b/themes/lhs/layouts/_default/list.html @@ -11,7 +11,7 @@ {{ end }} \ No newline at end of file diff --git a/themes/lhs/layouts/blog/list.html b/themes/lhs/layouts/blog/list.html index 519f98e..7dcd188 100644 --- a/themes/lhs/layouts/blog/list.html +++ b/themes/lhs/layouts/blog/list.html @@ -23,7 +23,7 @@
-

{{.Title}} - {{ .Params.author }}
+

{{.Title}} - {{ .Params.author }}
{{ dateFormat "Jan 2, 2006" .PublishDate }}

{{ .Summary }}

diff --git a/themes/lhs/layouts/blog/single.html b/themes/lhs/layouts/blog/single.html index 31bfafc..f83c34d 100644 --- a/themes/lhs/layouts/blog/single.html +++ b/themes/lhs/layouts/blog/single.html @@ -11,7 +11,7 @@

{{ $avatar := resources.GetRemote (print "https://www.gravatar.com/avatar/" (sha256 .Params.author_email)) | resources.Copy (print "images/avatars/" (sha256 .Params.author_email) ".jpg") }} - +

diff --git a/themes/lhs/layouts/partials/foot.html b/themes/lhs/layouts/partials/foot.html index 0466f1f..7254526 100644 --- a/themes/lhs/layouts/partials/foot.html +++ b/themes/lhs/layouts/partials/foot.html @@ -17,4 +17,4 @@ {{ $site := resources.Get "js/site.js" }} {{ $js := slice $site $theme | resources.Concat "js/bundle.js" | resources.Minify }} {{ $secureJS := $js | resources.Fingerprint "sha512" }} - \ No newline at end of file + \ No newline at end of file diff --git a/themes/lhs/layouts/partials/head.html b/themes/lhs/layouts/partials/head.html index 3dc826f..ada77e8 100644 --- a/themes/lhs/layouts/partials/head.html +++ b/themes/lhs/layouts/partials/head.html @@ -17,7 +17,7 @@ - + {{ if .Page.Store.Get "hasMap" }}