6 lines
214 B
Ruby
6 lines
214 B
Ruby
|
# _plugins/ext.rb allows you to define custom plugins and/or require
|
||
|
# plugins that otherwise wouldn't work with Jekyll
|
||
|
|
||
|
# Activate jekyll-tagging
|
||
|
# https://github.com/pattex/jekyll-tagging
|
||
|
require 'jekyll/tagging'
|