diff options
author | Mike Gerwitz <mtg@gnu.org> | 2020-02-13 21:29:41 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2020-02-13 21:29:41 -0500 |
commit | 945c413abf1f0862472a81bdedc3004b5344886b (patch) | |
tree | 955ffd8aa05b912ef72beb228696581ac43876ee /src | |
parent | 9c59b298bc9011b61856cf2a771cd1183921ef5a (diff) | |
download | thoughts-945c413abf1f0862472a81bdedc3004b5344886b.tar.gz thoughts-945c413abf1f0862472a81bdedc3004b5344886b.tar.bz2 thoughts-945c413abf1f0862472a81bdedc3004b5344886b.zip |
GNU Social -> Mastodon link in header
Over the past year, my GNU Social timeline has gone almost completely
silent; it seems that many people have moved to Mastodon and maybe those
instances have stopped federating.
Further, GNU Social development has been stalled for a long time.
So this seems like an inevitable decision to give Mastodon a try. I'll
start by following people and will post both on here and GNU Social
initially. See https://social.mikegerwitz.com.
Diffstat (limited to 'src')
-rw-r--r-- | src/header.tpl.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/header.tpl.htm b/src/header.tpl.htm index 77b7cbc..4660a5e 100644 --- a/src/header.tpl.htm +++ b/src/header.tpl.htm @@ -24,7 +24,7 @@ <li><a href="/talks">Talks</a></li> <li><a href="/projects">Projects</a></li> <li><a href="/papers">Papers</a></li> - <li><a href="//social.mikegerwitz.com/" title="My GNU Social Instance">Social</a></li> + <li><a href="//mastodon.mikegerwitz.com/" title="My Mastodon Instance">Social</a></li> </ul> </nav> </header> |