fixed hashtag on /2017/live page
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 16 Mar 2017 21:26:41 +0000 (17:26 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 16 Mar 2017 21:26:41 +0000 (17:26 -0400)
the hashtag is now #libreplanet .

2017/assets/js/stream.js

index 49557dfd1dc16cbee8e74ec688c984ed37c2a7a0..6e5432a2728311a063d2f2c650b49b0858a0c300 100644 (file)
@@ -296,7 +296,7 @@ app.view = function(ctrl) {
         "Conference hashtag for ",
         m("a", { href: "https://fsf.org/twitter" }, "microblogging"),
         ": ",
-        m("strong", "#lp2015")
+        m("strong", "#libreplanet")
       ])
     ])
   ];