{{ .Title }}
{{ .Params.description }}
{{ define "title" }}{{ .Title }} - Theme Info{{ end }} {{ define "header_css" }}{{ end }} {{ define "body_classes" }}page-default-single{{ end }} {{ define "ogmeta" }} {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} {{ $repo := index .Site.Data.themes $repoName }} {{ if $repo }} {{ $staticPath := (printf "%s/%s%s" "static/capture" $repo.theme_key ".png") }} {{ $filePath := (printf "%s/%s%s" "capture" $repo.theme_key ".png") }} {{ if (fileExists $staticPath) }} {{ end }} {{ end }} {{end}} {{ define "meta_description" }} {{ $themes := (where .Site.RegularPages "Type" "theme") }} {{ $themes := (where $themes ".Params.draft" "!=" true) }} {{ $themes := (where $themes ".Params.stale" "!=" true) }} {{ $themes := (where $themes ".Params.disabled" "!=" true) }} {{ $themeCount := len $themes}} {{ end }} {{ define "main" }} {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} {{ $repo := index .Site.Data.themes $repoName }} {{ $stackbit := index .Site.Data.stackbit $repoName }}
{{ .Params.description }}