{{/* Source: https://gitlab.com/Roneo/hugo-shortcode-roneo-collection */}} {{/* OUTDATED: this shortcode is now named "audio-archive", please fix your Markdown files and see this shortcode for an updated version */}} {{- $src := .Get 0 -}} {{/* Convert URL from archive.org/details/foo to archive.org/metadata/foo */}} {{ $archiveMetadata := replace $src "/details/" "/metadata/" }} {{/* Get JSON */}} {{ $dataJ := getJSON $archiveMetadata }} {{- $identifier := $dataJ.metadata.identifier -}} {{- $root := "https://archive.org/download" -}} {{ "" | safeHTML }}