mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 19:57:57 +00:00
7 lines
219 B
HTML
7 lines
219 B
HTML
<div style="margin: 1em auto; display: flex; flex-flow: row wrap; justify-content: space-around;">
|
|
{{ range $.Site.Menus.links }}
|
|
<a style="font-size: 1.5em" href="{{ .URL }}" rel="me">{{ .Name }}</a>
|
|
{{ end }}
|
|
</div>
|
|
|