mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Front page work
This commit is contained in:
+10
-4
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user