Skip to content

Commit

Permalink
Adds base blog example
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 2, 2023
1 parent a843186 commit 38b3384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The following Universal Shortcodes (available in `njk`, `liquid`, `hbs`, `11ty.j
* `css`, `js`, and `html` to add code to a bundle.
* `getBundle` and `getBundleFileUrl` to get bundled code.

Here’s a [real-world commit showing this in use on the `eleventy-base-blog` project](https://github.com/11ty/eleventy-base-blog/commit/c9595d8f42752fa72c66991c71f281ea960840c9?diff=split).

### Add bundle code in a Markdown file in Eleventy

```md
Expand Down

0 comments on commit 38b3384

Please sign in to comment.