1
0
mirror of synced 2025-12-19 18:10:59 -05:00

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>
This commit is contained in:
Jacob Harris
2025-01-06 10:42:07 -05:00
committed by GitHub
parent 6c20e887be
commit 9c90fc8956

View File

@@ -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 `<head>` section of your HTML file.
* JavaScript is usually found in the `<head>` section or just before the closing `</body>` tag.
* Images are often found in the `<body>` section.