diff options
Diffstat (limited to '')
-rw-r--r-- | _posts/2021-04-09-snippets.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2021-04-09-snippets.md b/_posts/2021-04-09-snippets.md index a320e07..3621e80 100644 --- a/_posts/2021-04-09-snippets.md +++ b/_posts/2021-04-09-snippets.md @@ -14,11 +14,11 @@ snippets: --- It's pretty simple, just use the corresponding include: -{% include snippets/section.html section_id='hello' %} +{% include jekyll-theme/snippets/section.html section_id='hello' %} This is another set of snippets: -{% include snippets/section.html section_id='world' %} +{% include jekyll-theme/snippets/section.html section_id='world' %} Of course, you can insert a code snippet using the regular Markdown syntax without any highlighting: |