From 5aad0c6bbbbe34986b862091285d4ae6b1194399 Mon Sep 17 00:00:00 2001 From: Devansh Lodha Date: Thu, 29 Jan 2026 19:20:10 +0530 Subject: [PATCH] docs: correct email configuration location in QUICKSTART.md (#3489) Fixes #3488 Updates `QUICKSTART.md` to correctly point to `_data/socials.yml` for email configuration, as the `email` field is not present in `_config.yml`. --- QUICKSTART.md | 1 - 1 file changed, 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 45cc74a..08ce70e 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -41,7 +41,6 @@ title: My Website first_name: Your last_name: Name - email: your.email@example.com url: https://your-username.github.io # or your custom domain baseurl: # Leave this empty (do NOT delete it) ```