mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-23 11:39:34 +00:00
Cleanup HTML validation errors, relates to #41
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="columns is-vcentered has-text-centered-mobile">
|
||||
|
||||
<div class="column">
|
||||
<img class="cta-img" src="{{ absURL "images/hero-img.svg" }}">
|
||||
<img class="cta-img" src="{{ absURL "images/hero-img.svg" }}" alt="">
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
{{- range site.Menus.main }}
|
||||
<a href="{{ .URL }}" class="active navbar-item has-shadow is-size-5">{{ .Name }}</a>
|
||||
</a>
|
||||
{{- end }}
|
||||
|
||||
<div class="navbar-item has-shadow">
|
||||
|
||||
Reference in New Issue
Block a user