www/themes/hellug-minimal/layouts/partials/header.html
infl00p acfecc9a4d
Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit
refactoring of code to support themes and new hellug theme
2022-10-27 18:05:10 +03:00

8 γραμμές
174 B
HTML

<!-- menu items -->
<nav>
{{- $currentPage := . }}
{{- range .Site.Menus.main }}
<a tabindex="-1" href="{{ .URL }}">{{ .Name }}</a>
{{- end }}
</nav>
<!-- menu items end -->