Separated out social presence from site pages

This commit is contained in:
Brandon Rozek 2022-05-02 00:05:25 -04:00
parent 0e6b601703
commit dbf02ca97d

View file

@ -24,6 +24,12 @@
{{ range .Site.Menus.main }}
<li><a href="{{ .URL }}" aria-label="{{ .Identifier }}">{{ .Pre }}<br>{{ .Name }}</a></li>
{{ end }}
</ul>
</nav>
<p>You can also find me on:</p>
<nav>
<ul>
{{ range .Site.Menus.profile }}
<li><a href="{{ .URL }}" rel="me" aria-label="{{ .Identifier }}">{{ .Pre }}<br>{{ .Name }}</a></li>
{{ end }}