From edaf0733258efdcc08e9ece0123b8c409f682dbb Mon Sep 17 00:00:00 2001 From: jultty Date: Tue, 6 Aug 2024 19:29:23 -0300 Subject: [PATCH] Add link: mrusme/reader --- assets/js/data.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/assets/js/data.js b/assets/js/data.js index 09c6c2e..25a82a6 100644 --- a/assets/js/data.js +++ b/assets/js/data.js @@ -27,6 +27,16 @@ function get_data() { ] }, "links": [ + { + "title": "mrusme/reader: for your command line what the 'readability view' is for browsers", + "url": "https://github.com/mrusme/reader", + "date": "06/08/2024", + }, + { + "title": "A handful of reasons JavaScript won’t be available - Piccalilli", + "url": "https://piccalil.li/blog/a-handful-of-reasons-javascript-wont-be-available/", + "date": "01/08/2024", + }, { "title": "jgs font - Adel Faure", "url": "https://adelfaure.net/tools/jgs/", @@ -92,11 +102,6 @@ function get_data() { "url": "https://www.approxion.com/capital-offenses-how-to-handle-abbreviations-in-camelcase/", "date": "05/06/2024" }, - { - "title": "A handful of reasons JavaScript won’t be available - Piccalilli", - "url": "https://piccalil.li/blog/a-handful-of-reasons-javascript-wont-be-available/", - "date": "01/08/2024", - }, ] } }