hello-friend-ng/layouts/index.html
2019-04-15 23:11:21 +02:00

15 lines
332 B
HTML

{{ define "main" }}
<div>
<h1>{{ .Site.Title }}</h1>
{{- with .Site.Params.homeSubtitle }}
<p>{{.}}</p>
{{- end }}
{{- with .Site.Params.social }}
<div>
{{ partialCached "social-icons.html" . }}
</div>
{{- end }}
</div>
{{ end }}