diff --git a/layouts/index.html b/layouts/index.html index ae5d4507..aa02122f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -39,21 +39,24 @@
-

-  {{ markdownify .Site.Params.Description }}: -

- {{ range (.Paginator 1).Pages.ByDate.Reverse }} - {{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") | $.Scratch.Set "subtitle" }} - {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} +
+

+  {{ markdownify .Site.Params.Description }}: +

-

- {{ .Title }} -

- {{ .Params.subtitle }}  {{ $.Scratch.Get "subtitle" }} - {{ end }} + {{ range (.Paginator 1).Pages.ByDate.Reverse }} + {{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") | $.Scratch.Set "subtitle" }} + {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} -
+

+ {{ .Title }} +

+ {{ .Params.subtitle }}  {{ $.Scratch.Get "subtitle" }} + {{ end }} + +
+
diff --git a/layouts/partials/head-open.html b/layouts/partials/head-open.html index f545435d..788e2024 100644 --- a/layouts/partials/head-open.html +++ b/layouts/partials/head-open.html @@ -21,10 +21,20 @@ display: block; } +.intro .freshly-baked { + visibility: hidden; +} + .intro { margin-top: -150px; } +@media only screen and (min-width: 500px) { + .intro .freshly-baked { + visibility: visible; + } +} + @media only screen and (min-width: 768px) { .intro { margin-top: -40px;