Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ As usual with Jekyll, the contents listings for each section will be ordered by

### Section IDs

To provide helpful styling hooks, the `section` tags on content listings will have IDs based on the URL of the post. So, for example the file `home/_posts/YYYY-MM-DD-hello-world.md` would generate the following section:
To provide with some helpful styling hooks, the `section` tags on content listings will have IDs based on the URL of the post. So, for example the file `home/_posts/YYYY-MM-DD-hello-world.md` would generate the following section:

```html
<section id="home_hello_world">
Expand Down