Skip to content

Commit

Permalink
chore: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Jun 11, 2023
1 parent 7a1d96c commit f98cdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ After configuration, Add the following snippet to your post/page layout file to
**post**:

```ejs
<%- post.breadcrumb.html %>
<%- post.breadcrumb %>
```

**page**:

```ejs
<%- page.breadcrumb.html %>
<%- page.breadcrumb %>
```

# License
Expand Down

0 comments on commit f98cdfb

Please sign in to comment.