From c914be98c63695b388b11418333c53e897f34aae Mon Sep 17 00:00:00 2001 From: Jacob Harris Date: Mon, 30 Dec 2024 20:07:42 -0500 Subject: [PATCH] use backticks to format _layouts directory in securing-your-github-pages-site-with-https#resolving-problems-with-mixed-content addresses issue #35794 --- .../securing-your-github-pages-site-with-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md b/content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md index 53741c38af94..40a407842b71 100644 --- a/content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md +++ b/content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md @@ -46,7 +46,7 @@ If you enable HTTPS for your {% data variables.product.prodname_pages %} site bu To remove your site's mixed content, make sure all your assets are served over HTTPS by changing `http://` to `https://` in your site's HTML. Assets are commonly found in the following locations: -* If your site uses Jekyll, your HTML files will probably be found in the __layouts_ folder. +* If your site uses Jekyll, your HTML files will probably be found in the `_layouts` folder. * CSS is usually found in the `` section of your HTML file. * JavaScript is usually found in the `` section or just before the closing `` tag. * Images are often found in the `` section.