diff --git a/lib/helpers/icons.js b/lib/helpers/icons.js
new file mode 100644
index 0000000..a8ce89e
--- /dev/null
+++ b/lib/helpers/icons.js
@@ -0,0 +1,5 @@
+module.exports.register = function(handlebars) {
+ handlebars.registerHelper('icon', function(selector, context) {
+ return new handlebars.SafeString(``);
+ });
+};
diff --git a/lib/partials/layout.hbs b/lib/partials/layout.hbs
index 70b9d86..d75f97a 100644
--- a/lib/partials/layout.hbs
+++ b/lib/partials/layout.hbs
@@ -31,13 +31,13 @@
@@ -62,6 +62,8 @@
{{/block}}
+
+ {{> "open_iconic"}}