Front page work

This commit is contained in:
2025-11-01 12:28:20 +01:00
parent 10e1b207b0
commit 416deaa772
14 changed files with 176 additions and 180 deletions
+10 -4
View File
@@ -1,8 +1,14 @@
{{ define "main" }}
{{ with .Site.GetPage "page" "home" }}
{{ .Content }}
{{ partial "typed.html" . }}
{{ end }}
{{ 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 }}