mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
15 lines
295 B
HTML
15 lines
295 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "typed.html" . }}
|
|
|
|
<div class="landing-welcome">
|
|
<h1 id="typedText"></h1>
|
|
<div class="landing-links">
|
|
{{ range .Site.Params.socials }}
|
|
<a href="{{ .url }}" target="_blank">{{ .name }}</a>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
|
|
{{ end }}
|