Increase resolution on homepage image
This commit is contained in:
parent
0d37837619
commit
7f103b00b7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ $header_image := (resources.Get "img/header.jpg" | fingerprint).Resize "720x" }}
|
||||
{{ $header_image := (resources.Get "img/header.jpg" | fingerprint).Resize "1500x" }}
|
||||
<header id="index-header" class="d-flex align-items-center image" data-image="{{ $header_image.RelPermalink }}">
|
||||
<div class="text-center m-auto text-light">
|
||||
<h1 class="display-1">{{ .Site.Params.author_name }}</h1>
|
||||
|
|
Loading…
Reference in a new issue