diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:41:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:41:58 +0300 |
commit | bf52b90764d7d93b37b592ff19c2117cc712a47d (patch) | |
tree | a511ba8ecc00172546a683cd7160be420ec7f91a /_includes/snippets/section.html | |
parent | don't zero-pad day number in dates (diff) | |
download | jekyll-theme-bf52b90764d7d93b37b592ff19c2117cc712a47d.tar.gz jekyll-theme-bf52b90764d7d93b37b592ff19c2117cc712a47d.zip |
customize snippets language
Diffstat (limited to '')
-rw-r--r-- | _includes/snippets/section.html | 2 |
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 %} |