We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e231b05 commit 3d97e66Copy full SHA for 3d97e66
Gemfile
@@ -13,4 +13,5 @@ group :jekyll_plugins do
13
gem "jekyll-redirect-from"
14
gem "jekyll-feed"
15
gem "jekyll-last-modified-at"
16
+ gem 'jekyll_flexible_include', '~> 2.0', '>= 2.0.25'
17
end
_config.yaml
@@ -50,6 +50,7 @@ plugins:
50
- jekyll-redirect-from
51
- jekyll-feed
52
- jekyll-last-modified-at
53
+ - flexible_include
54
55
# code block syntax highlighting
56
highlighter: rouge
professor/index.md
@@ -5,4 +5,4 @@ nav:
5
tooltip: About Prof. Heejun Roh
6
---
7
8
-{% include /hjroh.html %}
+{% flexible_include file="path" hjroh.html %}
0 commit comments