mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-22 16:29:26 +00:00
Cleanup HTML validation errors, relates to #41
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<div class="column is-half">
|
||||
{{ block "hero-image" . }}
|
||||
{{ $hero := printf "%s/%s" "images/" .Params.hero_image }}
|
||||
<img class="image hero-img" src="{{ absURL $hero }}">
|
||||
<img class="image hero-img" src="{{ absURL $hero }}" alt="">
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user