minor tweak

This commit is contained in:
Jonathan Snyder 2024-11-17 15:42:39 -05:00
parent db6694a612
commit 0fa9701c27
No known key found for this signature in database
GPG key ID: 307FA2726BCF24CF

View file

@ -42,7 +42,7 @@
} }
// URL to be converted // URL to be converted
const url = "https://social.vivaldi.net/@ItWasntMe223"; const url = "{{.Verification}}";
// Convert the URL // Convert the URL
const convertedUrl = convertUrl(url); const convertedUrl = convertUrl(url);
@ -54,8 +54,6 @@
document.write('<meta name="fediverse:creator" content="' + convertedUrl + '" />'); document.write('<meta name="fediverse:creator" content="' + convertedUrl + '" />');
})(); })();
</script> </script>
<meta name="generator" content="WriteFreely"> <meta name="generator" content="WriteFreely">
<meta name="description" content="{{.Description}}"> <meta name="description" content="{{.Description}}">
<meta itemprop="name" content="{{.DisplayTitle}}"> <meta itemprop="name" content="{{.DisplayTitle}}">