From d200fb509df35d48161d5cd5c03713db6f1652ff Mon Sep 17 00:00:00 2001
From: Michael Rose <est.michael@gmail.com>
Date: Tue, 9 Jan 2018 14:23:22 -0500
Subject: [PATCH] Change TOC icon

---
 docs/_docs/14-helpers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md
index 73d29a2d..d2306148 100644
--- a/docs/_docs/14-helpers.md
+++ b/docs/_docs/14-helpers.md
@@ -30,10 +30,10 @@ feature_row:
   - image_path: /assets/images/unsplash-gallery-image-3-th.jpg
     title: "Placeholder 3"
     excerpt: "This is some sample content that goes here with **Markdown** formatting."
-last_modified_at: 2018-01-03T11:30:42-05:00
+last_modified_at: 2018-01-09T14:23:09-05:00
 toc: true
 toc_label: "Helpers"
-toc_icon: "gears"
+toc_icon: "cogs"
 ---
 
 You can think of these Jekyll helpers as little shortcuts. Since GitHub Pages doesn't allow most plugins --- [custom tags](https://jekyllrb.com/docs/plugins/#tags) are out. Instead the theme leverages [**includes**](https://jekyllrb.com/docs/templates/#includes) to do something similar.