Skip to content

Commit 9c90fc8

Browse files
use backticks to format _layouts directory in securing-your-github-pages-site-with-https#resolving-problems-with-mixed-content (#35795)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 6c20e88 commit 9c90fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you enable HTTPS for your {% data variables.product.prodname_pages %} site bu
4646
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.
4747

4848
Assets are commonly found in the following locations:
49-
* If your site uses Jekyll, your HTML files will probably be found in the __layouts_ folder.
49+
* If your site uses Jekyll, your HTML files will probably be found in the `_layouts` folder.
5050
* CSS is usually found in the `<head>` section of your HTML file.
5151
* JavaScript is usually found in the `<head>` section or just before the closing `</body>` tag.
5252
* Images are often found in the `<body>` section.

0 commit comments

Comments
 (0)