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

---
 README.md |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2917c2c..8d94ad7 100644
--- a/README.md
+++ b/README.md
@@ -59,16 +59,19 @@
 # Social links
 [[params.social]]
     name = "Github"
+    icon = "fab fa-github fa-2x"
     weight = 1
     url = "https://github.com/johndoe/"
 [[params.social]]
-    name = "Twitter"
+    name = "Gitlab"
+    icon = "fab fa-gitlab fa-2x"
     weight = 2
-    url = "https://twitter.com/johndoe/"
+    url = "https://gitlab.com/johndoe/"
 [[params.social]]
-    name = "LinkedIn"
+    name = "Twitter"
+    icon = "fab fa-twitter fa-2x"
     weight = 3
-    url = "https://www.linkedin.com/in/johndoe/"
+    url = "https://twitter.com/johndoe/"
 
 # Menu links
 [[menu.main]]

--
Gitblit v1.10.0