Skip to content

Commit f8fd1da

Browse files
authored
Removes rogue ", includes," (#40386)
1 parent 193c3b3 commit f8fd1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The main types of content for Jekyll sites are pages and posts. A page is for st
2626

2727
A post is a blog post. The default Jekyll site contains a directory named `_posts` that contains a default post file. You can edit the contents of that post, and you can use the default post as a template to create new posts. For more information, see [Posts](https://jekyllrb.com/docs/posts/) in the Jekyll documentation.
2828

29-
Your theme includes default layouts, includes, and stylesheets that will automatically be applied to new pages and posts on your site, but you can override any of these defaults. For more information, see [AUTOTITLE](/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#themes).
29+
Your theme includes default layouts and stylesheets that will automatically be applied to new pages and posts on your site, but you can override any of these defaults. For more information, see [AUTOTITLE](/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#themes).
3030

3131
{% data reusables.pages.about-front-matter %}
3232

0 commit comments

Comments
 (0)