diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:19:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 14:19:05 +0200 |
commit | 2437fdc5f71b87a4595b27fdbd74663512fe7d32 (patch) | |
tree | 2f3f635c874ad78caea95f228038d73fc19b6477 /_posts/2021-04-10-collapsible.md | |
parent | add jekyll-tidy plugin (diff) | |
download | jekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.tar.gz jekyll-theme-2437fdc5f71b87a4595b27fdbd74663512fe7d32.zip |
upgrade to Jekyll 4
Diffstat (limited to '')
-rw-r--r-- | _posts/2021-04-10-collapsible.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index 214c408..bdd4585 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -17,7 +17,7 @@ snippets: Snippets are defined in exactly the same way as in the [other post]. Just set a front matter value to make them collapsible, and voilĂ ! -[other post]: {{ site.baseurl }}{% post_url 2021-04-09-snippets %} +[other post]: {% post_url 2021-04-09-snippets %} {% include jekyll-theme/snippets/section.html section_id='hello' %} |