You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ But just in case you need a little extra explanation, this section below outline
81
81
- These are used to import text content for reuse across pages, such as the API documentation, e.g., `_includes > api > en > 5x`, which is included in every language.
82
82
- These are used to include the page components that make up site-wide user interface and periphery structure, e.g., Header, Footer, etc.
83
83
-`_layouts` are the templates used to wrap the site's individual pages.
84
-
- These are used to display the structure of the site's periphery, such as the header and footer, and for injecting and displaying individual markdown pages inside the `{{ content }}` tag.
84
+
- These are used to display the structure of the site's periphery, such as the header and footer, and for injecting and displaying individual markdown pages inside the `content` tag.
85
85
86
86
**Blog Markdown Files**
87
87
- These files make up the individual blog posts. If you want to contribute a blog post please
0 commit comments