From 4e9cafe5ae458c4ea93be98cd76b9015799fe582 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Thu, 25 Aug 2016 13:58:24 +0200
Subject: [PATCH] remove twitter from footer

---
 functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions.php b/functions.php
index 2d6b551..05b5c87 100644
--- a/functions.php
+++ b/functions.php
@@ -60,7 +60,7 @@ function relative_time($date) {
 }
 
 function twitter_account() {
-	return site_meta('twitter', 'tetrass_-libre');
+	return ""; //site_meta('twitter', 'tetras_libre');
 }
 
 function twitter_url() {
-- 
GitLab