mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
10 lines
No EOL
334 B
HTML
10 lines
No EOL
334 B
HTML
<div id="contact" class="contact">
|
|
<div class="contact-title-wrapper">
|
|
<h1 class="contact-title">{{ T "contact-me" }}</h1>
|
|
</div>
|
|
<div>
|
|
{{ range .Site.Data.socialmedia }}
|
|
<a href="{{ .link }}" alt="{{ .name }}" title="{{ .name }}"><i class="{{ .icon }}"></i></a>
|
|
{{ end }}
|
|
</div>
|
|
</div> |