From 381a8148e397a30d3251f0c847b53ee1d9a092c5 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Fri, 9 Aug 2013 17:09:24 +0200 Subject: [PATCH] Correct the social dummie URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Twitter and Github seem to always force HTTPS. They don’t use backslashes after the username. --- lib/site_template/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/site_template/_layouts/default.html b/lib/site_template/_layouts/default.html index 69f619ff..2efc7899 100644 --- a/lib/site_template/_layouts/default.html +++ b/lib/site_template/_layouts/default.html @@ -33,8 +33,8 @@

- github.com/yourusername
- twitter.com/yourusername
+ github.com/yourusername
+ twitter.com/yourusername