From c062c32b87cf43a11d19f080b71185efe68aca09 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 18 Jul 2025 08:58:51 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Fix=20duplicate=20title?= =?UTF-8?q?=20in=20browser=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 Title Configuration Fix: - Changed book/_config.yml title from long form to simple 'Tiny🔥Torch' - Eliminates duplicate title in browser tab (was showing 'Tiny🔥Torch — Tiny🔥Torch') - Now Chrome tab displays clean 'Tiny🔥Torch' once Result: Clean, professional browser tab title without duplication. --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index f9dc46a8..4f29cf5a 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,7 +1,7 @@ # Tiny🔥Torch: Build ML Systems from Scratch # Interactive Jupyter Book Configuration -title: "Tiny🔥Torch: Build your own Machine Learning framework from scratch" +title: "Tiny🔥Torch" author: "Prof. Vijay Janapa Reddi (Harvard University)" copyright: "2025" logo: logo.png