Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit
8 γραμμές
174 B
HTML
8 γραμμές
174 B
HTML
<!-- menu items -->
|
|
<nav>
|
|
{{- $currentPage := . }}
|
|
{{- range .Site.Menus.main }}
|
|
<a tabindex="-1" href="{{ .URL }}">{{ .Name }}</a>
|
|
{{- end }}
|
|
</nav>
|
|
<!-- menu items end -->
|