mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Separated out social presence from site pages
This commit is contained in:
parent
0e6b601703
commit
dbf02ca97d
1 changed files with 6 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue