minor tweak
This commit is contained in:
parent
db6694a612
commit
0fa9701c27
1 changed files with 1 additions and 3 deletions
|
@ -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}}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue