diff --git a/docs/Gemfile b/docs/Gemfile index 37f5eaa42..fff91148c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' +gem 'jekyll-octicons' gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml index 7b538d7f5..c86b158fb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,6 +4,8 @@ collections_dir: collections collections: development: output: true +plugins: + - jekyll-octicons defaults: - scope: path: "" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index ab65ec216..61d17f9db 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,7 +1,7 @@