{{/* Source: https://gitlab.com/Roneo/hugo-shortcode-roneo-collection */}} {{- $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 }}