{{ $thumb := "/img/logo.png" | absURL }} {{ if .Params.image }} {{ $thumb = .Params.image | absURL }} {{ else if .Params.howlongtobeat_id }} {{ $thumb = printf "%s%d%s" "img/hltb/" .Params.howlongtobeat_id ".jpg" | absURL }} {{ else }} {{ $perm := .Permalink }} {{ $base := .Site.BaseURL }} {{ $match := findRE `!\[(.*)\]\((.+).(jpg|png|gif)` .RawContent 1 }} {{ range $match }} {{ $relthumb := replaceRE `!\[(.*)\]\(` "" . }} {{ if hasPrefix $relthumb "/" }} {{ $thumb = printf "%s%s" $base $relthumb }} {{ else }} {{ $thumb = printf "%s%s" $perm $relthumb }} {{ end }} {{ end }} {{ end }} thumbnail of {{ .Params.game_name }}

{{ .Params.game_name }}

{{ .Params.game_developer }} ({{ .Params.game_release_year }})
{{ with .Params.howlongtobeat_hrs }} {{ . }} hr{{ if gt . 1}}s{{ end }}. {{ end }}

{{ .Scratch.Set "simplescore" 1 }} {{ partial "score" . }}