diff --git a/layouts/index.html b/layouts/index.html index a191d2f..2843188 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "main" }} -{{ $header_image := resources.Get "img/header.jpg" | fingerprint }} +{{ $header_image := (resources.Get "img/header.jpg" | fingerprint).Resize "720x" }}

{{ .Site.Params.author_name }}