From 860958a88b31f586ccce995600723e341168edfa Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 20 Jan 2015 20:18:20 -0500 Subject: [PATCH] Lead tweets with a "Hey" instead of a "." --- templates/listing.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/listing.html.jinja b/templates/listing.html.jinja index 3db43af..827ddef 100644 --- a/templates/listing.html.jinja +++ b/templates/listing.html.jinja @@ -57,7 +57,7 @@ window.addEventListener("load", function onLoad() { {% endfor %} {% if site.twitter is defined %} - + Tweet @{{ site.twitter }} {% endif %}