From 14ccf19183cc9e9745db94a13719b3285dafc7bd Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 9 Mar 2020 11:24:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Les=20images=20retaill=C3=A9es=20doivent?= =?UTF-8?q?=20=C3=AAtre=20centr=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/shortcodes/actu.html | 2 +- themes/hugo-theme-lowtech | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/actu.html b/layouts/shortcodes/actu.html index 4a2e65b..1744bf3 100644 --- a/layouts/shortcodes/actu.html +++ b/layouts/shortcodes/actu.html @@ -7,7 +7,7 @@
{{ $src := $actu.Resources.GetMatch (printf "*%s/%s*" (path.Base .File.Dir) (.Params.Image)) }} {{ if $src }} - {{ $image := $src.Fill "432x300" }} + {{ $image := $src.Fill "432x300 Center" }} {{ end }}
diff --git a/themes/hugo-theme-lowtech b/themes/hugo-theme-lowtech index fc0cd2b..c78f0f5 160000 --- a/themes/hugo-theme-lowtech +++ b/themes/hugo-theme-lowtech @@ -1 +1 @@ -Subproject commit fc0cd2b777ede27661077078a8c992d7269d53a4 +Subproject commit c78f0f5f46ec9f979d1d00bf452766d5ee3ab6bd