2017-10-25 09:35:55 +01:00
|
|
|
{{ define "main" }}
|
2018-08-15 21:24:59 +01:00
|
|
|
|
2019-10-13 17:22:54 +01:00
|
|
|
{{ $header_image := (resources.Get "img/header.jpg" | fingerprint).Resize "720x" }}
|
2018-08-15 21:24:59 +01:00
|
|
|
<header id="index-header" class="d-flex align-items-center image" data-image="{{ $header_image.RelPermalink }}">
|
2017-10-25 13:49:43 +01:00
|
|
|
<div class="text-center m-auto text-light">
|
2017-11-09 13:39:14 +00:00
|
|
|
<h1 class="display-1">{{ .Site.Params.author_name }}</h1>
|
2018-02-21 17:57:46 +00:00
|
|
|
<h2 class="lead">{{ .Content }}</h2>
|
2017-10-25 09:35:55 +01:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
{{ end }}
|