Skip to content

Commit 3d97e66

Browse files
committed
error 2
1 parent e231b05 commit 3d97e66

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ group :jekyll_plugins do
1313
gem "jekyll-redirect-from"
1414
gem "jekyll-feed"
1515
gem "jekyll-last-modified-at"
16+
gem 'jekyll_flexible_include', '~> 2.0', '>= 2.0.25'
1617
end

_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ plugins:
5050
- jekyll-redirect-from
5151
- jekyll-feed
5252
- jekyll-last-modified-at
53+
- flexible_include
5354

5455
# code block syntax highlighting
5556
highlighter: rouge

professor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ nav:
55
tooltip: About Prof. Heejun Roh
66
---
77

8-
{% include /hjroh.html %}
8+
{% flexible_include file="path" hjroh.html %}

0 commit comments

Comments
 (0)