mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
7 lines
225 B
HTML
7 lines
225 B
HTML
<ul style="display: flex; flex-flow: row wrap; justify-content: space-around; list-style: none">
|
|
{{ range $.Site.Menus.links }}
|
|
<li><a style="font-size: 1.5em" href="{{ .URL }}" rel="me">{{ .Name }}</a></li>
|
|
{{ end }}
|
|
</ul>
|
|
|