From 333e6358c824432b0c6e9307cf16fbf412ec77f2 Mon Sep 17 00:00:00 2001
From: Luiz de PrĂ¡ <rawarkanis@gmail.com>
Date: Wed, 22 Aug 2018 11:54:56 +0000
Subject: [PATCH] Add social icons

---
 layouts/partials/header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7317808..5c1a88c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
       {{ .Site.Title }}
     </a>
     <input type="checkbox" id="menu-toggle" />
-    <label class="menu-button float-right" for="menu-toggle">&#9776;</label>
+    <label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
     <ul class="navigation-list">
       {{ with .Site.Menus.main}}
         {{ range sort . }}

--
Gitblit v1.10.0