{{ $split := split .Params.github.repo "/" }} {{ .Scratch.Set "ghUser" (index $split 0) }} {{ .Scratch.Set "ghRepo" (index $split 1) }}
{{ partial "sections/gallery/link.html" . }}

{{ .Title }}

{{ with .Params.subtitle }}

{{ . }}

{{- end }}