From 24b4c8514c666c1617332c475ed76c53e6b3fd74 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 29 Nov 2016 17:31:15 -0500
Subject: [PATCH] Removed translation service (not free).

---
 source/layout.html.haml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/source/layout.html.haml b/source/layout.html.haml
index 4e0eac5..c3115d6 100644
--- a/source/layout.html.haml
+++ b/source/layout.html.haml
@@ -20,15 +20,6 @@
     %link{:href => "stylesheets/ghpages-materialize.css", :media => "screen,projection", :rel => "stylesheet", :type => "text/css"}/
     %link{:href => "http://fonts.googleapis.com/css?family=Inconsolata", :rel => "stylesheet", :type => "text/css"}/
     %link{:href => "http://fonts.googleapis.com/icon?family=Material+Icons", :rel => "stylesheet"}/
-    :javascript
-      window.liveSettings = {
-        api_key: "a0b49b34b93844c38eaee15690d86413",
-        picker: "bottom-right",
-        detectlang: true,
-        dynamic: true,
-        autocollect: true
-      };
-    %script{:src => "//cdn.transifex.com/live.js"}
   %body
     %header
       .container
-- 
GitLab