mst3k -> pony.social
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
8ce69f76c7
commit
0019b0a4e9
|
@ -130,7 +130,7 @@
|
|||
}
|
||||
|
||||
// Tagging users, such as offical accounts or the author of the post
|
||||
var author = "@@cadey@@mst3k.interlinked.me";
|
||||
var author = "@@cadey@@pony.social";
|
||||
|
||||
// Create the Share URL
|
||||
// https://someinstance.tld/share?text=URL%20encoded%20text
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<li><a href="https://ko-fi.com/A265JE0">Ko-fi</a></li>
|
||||
<li><a href="https://www.patreon.com/cadey">Patreon</a></li>
|
||||
<li><a href="https://www.facebook.com/chrissycade1337">Facebook</a></li>
|
||||
<li><a href="https://mst3k.interlinked.me/@@cadey">@@cadey@@mst3k.interlinked.me</a></li>
|
||||
<li><a href="https://pony.social/@@cadey">@@cadey@@pony.social</a></li>
|
||||
<li>Fortnite: Within Reason</li>
|
||||
<li><a href="irc://irc.libera.chat/#xeserv">Liberachat: #xeserv</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<ul>
|
||||
<li>Blog: <a href="/blog.atom">Atom</a> <a href="/blog.rss">RSS</a> - <a href="/blog.json">JSONFeed</a></li>
|
||||
<li>Twitter: <a href="https://rssbox.herokuapp.com/twitter/2573767249/theprincessxena">RSS</a></li>
|
||||
<li>Mastodon: <a href="https://mst3k.interlinked.me/users/cadey.rss">RSS</a></li>
|
||||
<li>Mastodon: <a href="https://pony.social/users/cadey.rss">RSS</a></li>
|
||||
<li>Revue Newsletter: <a href="https://www.getrevue.co/profile/theprincessxena.rss">RSS</a></li>
|
||||
<li>Flight Journal: Atom <a href="gemini://cetacean.club/journal/atom.xml">Gemini</a> <a href="https://portal.mozz.us/gemini/cetacean.club/journal/atom.xml">HTTPS</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -109,7 +109,7 @@ function share_on_mastodon() @{
|
|||
}
|
||||
|
||||
// Tagging users, such as offical accounts or the author of the post
|
||||
var author = "@@cadey@@mst3k.interlinked.me";
|
||||
var author = "@@cadey@@pony.social";
|
||||
|
||||
// Create the Share URL
|
||||
// https://someinstance.tld/share?text=URL%20encoded%20text
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
"image": "https://christine.website/static/img/avatar_large.png",
|
||||
"sameAs": [
|
||||
"https://github.com/Xe",
|
||||
"https://git.xeserv.us/xena",
|
||||
"https://tulpa.dev/cadey",
|
||||
"https://twitter.com/theprincessxena",
|
||||
"https://mst3k.interlinked.me/@@cadey",
|
||||
"https://pony.social/@@cadey",
|
||||
"https://www.linkedin.com/in/christine-dodrill-1827a010b/",
|
||||
"https://www.youtube.com/user/shadowh511"
|
||||
]
|
||||
|
@ -82,7 +82,7 @@
|
|||
<ul>
|
||||
<li><a href="https://github.com/Xe" rel="me">GitHub</a></li>
|
||||
<li><a href="https://twitter.com/theprincessxena" rel="me">Twitter</a></li>
|
||||
<li><a href="https://mst3k.interlinked.me/@@cadey" rel="me">Mastodon</a></li>
|
||||
<li><a href="https://pony.social/@@cadey" rel="me">Mastodon</a></li>
|
||||
<li><a href="https://www.patreon.com/cadey" rel="me">Patreon</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ function share_on_mastodon() @{
|
|||
}
|
||||
|
||||
// Tagging users, such as offical accounts or the author of the post
|
||||
var author = "@@cadey@@mst3k.interlinked.me";
|
||||
var author = "@@cadey@@pony.social";
|
||||
|
||||
// Create the Share URL
|
||||
// https://someinstance.tld/share?text=URL%20encoded%20text
|
||||
|
|
Loading…
Reference in New Issue