diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-08-01 23:36:58 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-08-01 23:36:58 +0200 |
commit | cbb2ccbddc8e232aedebf314b11ef69a049bfb10 (patch) | |
tree | 82bc9e681b5119b4ab483d77d57f1f4fc6ab721e /blog/_plugins | |
parent | d3d0634d53cefab7a4505b3f20bbf0b5c6170315 (diff) | |
download | norsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.tar.gz norsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.tar.bz2 norsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.zip |
Add jekyll_multiple_languages plugin.
Diffstat (limited to 'blog/_plugins')
-rw-r--r-- | blog/_plugins/jekyll_multiple_languages.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/_plugins/jekyll_multiple_languages.rb b/blog/_plugins/jekyll_multiple_languages.rb new file mode 100644 index 0000000..145526c --- /dev/null +++ b/blog/_plugins/jekyll_multiple_languages.rb @@ -0,0 +1 @@ +require 'jekyll/multiple/languages/plugin' |