aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:41:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:41:58 +0300
commitbf52b90764d7d93b37b592ff19c2117cc712a47d (patch)
treea511ba8ecc00172546a683cd7160be420ec7f91a /_includes
parentdon't zero-pad day number in dates (diff)
downloadjekyll-theme-bf52b90764d7d93b37b592ff19c2117cc712a47d.tar.gz
jekyll-theme-bf52b90764d7d93b37b592ff19c2117cc712a47d.zip
customize snippets language
Diffstat (limited to '_includes')
-rw-r--r--_includes/snippets/section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/snippets/section.html b/_includes/snippets/section.html
index 79be3c1..cbb778f 100644
--- a/_includes/snippets/section.html
+++ b/_includes/snippets/section.html
@@ -8,7 +8,7 @@
{% include snippets/header.html snippet_path=i section_id=include.section_id %}
{% capture snippet %}
-```c++
+```{{ page.snippets_language }}
{% include_relative {{ page.snippets_root_directory }}/{{ i }} %}```
{% endcapture %}