{{ define "metaTitle" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }} {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} {{ end }} {{ define "main" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
{{ if and .IsHome (not $paginator.HasPrev) }}

Handpicked Albums

by the Glitch Family

{{ else }}

Albums Page {{ $paginator.PageNumber }}

{{ end }}
{{ range sort $paginator.Pages "Date" "desc" }} {{ $original := resources.Get .Params.cover }} {{ $originalPermalink := $original.Permalink }} {{ $cover := $original.Resize "x320" }} {{ $cover2x := $original.Resize "x640" }} {{ $placeholder := $cover.Resize "x1" }} {{ end }}
{{ partial "pagination" . }}
{{ if not $paginator.HasPrev }}

About

At Glitch Family we love music, I mean we LOVE music! And we also LOVE great album covers. So we decided to make a place where we can showcase albums that are dear to us.

This is Now Playing.
A Glitch Family’s project.

{{ end }}
{{ partial "cover-glitch-svg-filter" .}} {{ end }}