From 895a679fd43f7e236135705aaee3d58201d32a1f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 13 Nov 2021 12:38:49 +0100 Subject: pkgs/profpatsch.de: reference the blog and notes sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pulls in tvl, since the blog ist mostly over there. It uses `fetchGit`, so caveats may apply. It shouldn’t increase evaluation times very much, since the blog only uses a small subset of tvl. https://github.com/openlab-aux/vuizvui/issues/50 might apply. --- pkgs/profpatsch/profpatsch.de/talkies.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/profpatsch/profpatsch.de/talkies.js') diff --git a/pkgs/profpatsch/profpatsch.de/talkies.js b/pkgs/profpatsch/profpatsch.de/talkies.js index 8c574fcf..e961c755 100644 --- a/pkgs/profpatsch/profpatsch.de/talkies.js +++ b/pkgs/profpatsch/profpatsch.de/talkies.js @@ -150,7 +150,10 @@ function appendTalkies(append_to_element) { { talk: "PROPPATCH", hover: "WebDAV was a mistake" }, { talk: "sausage shaped, but lumpy", - link: "https://en.wikipedia.org/wiki/Bristol_stool_scale" } + link: "https://en.wikipedia.org/wiki/Bristol_stool_scale" }, + { talk: "polsterboi.json.mozlz4" }, + { talk: "buffer-local when set" } + ]; var talkie = talkies[Math.floor(Math.random()*talkies.length)]; var elem = null; -- cgit 1.4.1