diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 87f70b2..459e131 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,7 +10,11 @@

{{ .LinkTitle }}

- Revuo Monero Weekly #{{ .Params.issuenumber }} cover + {{ $image := .Resources.Get "cover.png" }} + {{ $image := $image.Resize "650x" }} + {{ with $image }} + Revuo Monero Weekly #{{ .Params.issuenumber }} cover + {{ end }} {{ $sTitle := split .Params.title ":" }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 351e142..0a109d3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ content="width=device-width, initial-scale=1.0, maximum-scale=1" /> {{ .Title }} - + @@ -20,10 +20,12 @@ - + + - + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}