diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 11:46:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 11:46:26 +0300 |
commit | 2750a43cca9af590d4d6e8e820dcae6ebdffdb7e (patch) | |
tree | f9435d4eca327d6cbaa9d845ab73ddce3c9e6dad /_posts | |
parent | snippets: add highlighted plain snippet (diff) | |
download | jekyll-theme-2750a43cca9af590d4d6e8e820dcae6ebdffdb7e.tar.gz jekyll-theme-2750a43cca9af590d4d6e8e820dcae6ebdffdb7e.zip |
collapsible: add link to the snippets post
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2021-04-10-collapsible.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index 17b82a3..bb555c0 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -13,7 +13,10 @@ snippets: - world.hpp - world.cpp --- -Just set a front matter value, and voilĂ ! +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 %} {% include snippets/section.html section_id='hello' %} |