From 2750a43cca9af590d4d6e8e820dcae6ebdffdb7e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 21 Mar 2022 11:46:26 +0300 Subject: collapsible: add link to the snippets post --- _posts/2021-04-10-collapsible.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_posts') 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' %} -- cgit v1.2.3