More updated social links

This commit is contained in:
Eric Wagoner
2025-01-13 10:13:19 -05:00
parent 520f9bc010
commit a7696a25d6
3 changed files with 24 additions and 7 deletions

View File

@@ -35,6 +35,17 @@
{{- end }}
</nav>
{{- end }}
{{- with .Site.Menus.featured }}
<br /><strong>Featured Projects</strong>
<nav class="app-header-menu">
{{- range $key, $item := . }}
{{- if ne $key 0 }}
{{ $.Site.Params.menu_item_separator | default " - " | safeHTML }}
{{ end }}
<a class="app-header-menu-item" href="{{ $item.URL }}">{{ $item.Name }}</a>
{{- end }}
</nav>
{{- end }}
{{- with .Site.Menus.secondary }}
<br /><strong>What I am doing in the</strong>
<nav class="app-header-menu">