From 61986d07c4c46ea2252886b003d82d7c994ce025 Mon Sep 17 00:00:00 2001
From: Aditya <37655818+adi-075@users.noreply.github.com>
Date: Sat, 4 Jan 2025 14:52:31 -0500
Subject: [PATCH] Fix #35823 Use backticks to format references to the file
 name

---
 .../adding-a-theme-to-your-github-pages-site-using-jekyll.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md
index 03d8cbb022b5..0c75887ff018 100644
--- a/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md
+++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md
@@ -43,7 +43,7 @@ People with write permissions for a repository can add a theme to a {% data vari
 
 {% data reusables.pages.navigate-site-repo %}
 {% data reusables.pages.navigate-publishing-source %}
-1. Create a new file called _/assets/css/style.scss_.
+1. Create a new file called `/assets/css/style.scss`.
 1. Add the following content to the top of the file:
 
    ```scss