Music listing page
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{{ range findRE $audioRE $content -}}
|
||||
{{ $url := . | replaceRE $audioRE "$1" | replaceRE ` ` "%20" -}}
|
||||
{{ $title := . | replaceRE $audioRE "$2" -}}
|
||||
{{ $content = replace $content . (printf "=> %s %s" $url $title) -}}
|
||||
{{ $content = replace $content . (printf "=> %s %s" $url (substr $title 0 -4)) -}}
|
||||
{{ end -}}
|
||||
{{ range findRE `{{<(dither|thumbnail) [^/]+/>}}` $content -}}
|
||||
{{ $rendered := $page.RenderString . -}}
|
||||
|
||||
Reference in New Issue
Block a user