Files
website/blog/layouts/index.html
2025-11-01 12:28:20 +01:00

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 }}