minor tweak

pull/1141/head
Jonathan Snyder 4 days ago
parent db6694a612
commit 0fa9701c27
No known key found for this signature in database
GPG Key ID: 307FA2726BCF24CF
  1. 4
      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('<meta name="fediverse:creator" content="' + convertedUrl + '" />');
})();
</script>
<meta name="generator" content="WriteFreely">
<meta name="description" content="{{.Description}}">
<meta itemprop="name" content="{{.DisplayTitle}}">

Loading…
Cancel
Save