diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:29:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:29:38 +0300 |
commit | e57654a9b4517f0f878d4954405817c13b4a4ff2 (patch) | |
tree | 6a26e72e81cfa19960a02547c63cedae7a52dcac | |
parent | bump dependencies (diff) | |
download | jekyll-theme-e57654a9b4517f0f878d4954405817c13b4a4ff2.tar.gz jekyll-theme-e57654a9b4517f0f878d4954405817c13b4a4ff2.zip |
include_relative doesn't like double slashes anymore
-rw-r--r-- | _posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md b/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md index 06e56e4..57b18a8 100644 --- a/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md +++ b/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md @@ -8,7 +8,7 @@ category: C++ custom_css: - snippets.css - syntax.css -snippets_root_directory: snippets/static_vs_inline_vs_unnamed_namespaces/ +snippets_root_directory: snippets/static_vs_inline_vs_unnamed_namespaces snippets_language: c++ snippets: static: |