aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2021-04-09-test-post3.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2021-04-09-test-post3.md')
-rw-r--r--_posts/2021-04-09-test-post3.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/_posts/2021-04-09-test-post3.md b/_posts/2021-04-09-test-post3.md
index 340fc56..a1ca425 100644
--- a/_posts/2021-04-09-test-post3.md
+++ b/_posts/2021-04-09-test-post3.md
@@ -1,7 +1,13 @@
---
title: Test post 3
excerpt: >
- This is test post #3.
+ This is test post #3. With snippets!
+snippets_root_directory: snippets
+snippets_language: c++
+snippets:
+ hello:
+ - snippet.hpp
+ - snippet.cpp
---
Aenean ex ipsum, feugiat vel tortor sit amet, dictum facilisis dui.
Pellentesque commodo leo at eros elementum porta.
@@ -14,3 +20,5 @@ Nullam eget tortor nisl.
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
inceptos himenaeos.
Pellentesque posuere nunc a purus eleifend pulvinar.
+
+{% include snippets/section.html section_id='hello' %}