diff --git a/templates/chorus-collection.tmpl b/templates/chorus-collection.tmpl index 58b25bb..3dd5885 100644 --- a/templates/chorus-collection.tmpl +++ b/templates/chorus-collection.tmpl @@ -42,7 +42,7 @@ } // URL to be converted - const url = "https://social.vivaldi.net/@ItWasntMe223"; + const url = "{{.Verification}}"; // Convert the URL const convertedUrl = convertUrl(url); @@ -54,8 +54,6 @@ document.write(''); })(); - -