From: Christopher Coté Date: Wed, 15 Jan 2025 21:59:34 +0000 (-0500) Subject: update X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=b99eba38e324f4af554252e93538d11e8943c70d;p=entropealabs.gitlab.io.git update --- diff --git a/public/index.html b/public/index.html index d79f24c..f23f394 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,4 @@ - @@ -100,7 +99,7 @@ - bc1qkw20auxlhr8e65w4r6uf3jg5uw5rpadpf5q8ch + bc1qwga5ft5amtvky977yvp7myah73rsdxwx6t0ydf Public Key @@ -136,6 +135,10 @@ `; } + function atom(el, cls){ + console.log(el); + } + function get_rss(url, el, disp, item_class){ fetch(url) .then(response => response.text()) @@ -160,6 +163,6 @@ let fedi_url = "https://mastodon.social/@entropealabs.rss"; let fedi_el = document.getElementById("fedi"); - get_rss(fedi_url, fedi_el, post, "fedi") + get_rss(fedi_url, fedi_el, post, "fedi");