diff --git a/assets/js/crt-logs.js b/assets/js/crt-logs.js index 51983a9..79db1a9 100644 --- a/assets/js/crt-logs.js +++ b/assets/js/crt-logs.js @@ -9,7 +9,7 @@ function initCRTLogs() { } const fakeLogs = [ - "[WARN] High load detected - time for coffee break", + "[WARN] High load detected - time for coffee.", "[ERROR] 404: Motivation not found", "[WARN] Firewall detected actual fire.", "[ERROR] Keyboard not found. Press F1 to continue.", @@ -47,7 +47,7 @@ function initCRTLogs() { ); } else if (i === 6) { logs.push( - `[STATS] Unique vistors 24 hrs: ${stats.uniqueVisitors.toLocaleString()}`, + `[STATS] Unique visitors past 24h: ${stats.uniqueVisitors.toLocaleString()}`, ); } else if (i === 9 && stats.lastUpdated) { logs.push(`[STATS] Last updated: ${formatDate(stats.lastUpdated)}`); diff --git a/content/buttons/index.md b/content/buttons/index.md index 4c8420b..d1d61b4 100644 --- a/content/buttons/index.md +++ b/content/buttons/index.md @@ -58,6 +58,9 @@ buttons: - name: "Azure Tom" url: "https://azuretom.neocities.org" image: "azuretom.gif" + - name: "TabF5" + url: "https://tabf5.com" + image: "tabf5.gif" --- Here are a bunch of ~stickers~ buttons that I've collected on my travels around the IndieWeb. diff --git a/content/buttons/tabf5.gif b/content/buttons/tabf5.gif new file mode 100644 index 0000000..982d346 Binary files /dev/null and b/content/buttons/tabf5.gif differ