diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig index c10de549..c9730484 100644 --- a/source/_partials/tweet.html.twig +++ b/source/_partials/tweet.html.twig @@ -1 +1,5 @@ -

Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn

— Greg Franklin (@gfranklin) March 2, 2014

+

+

+ {{ tweet_content|raw }} +
+

diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 5b2257e2..5fe348f7 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -35,7 +35,9 @@ I was able to travel to Portland, Oregon twice last year to meet with the rest o In February, I attended [DrupalCamp London](http://2014.drupalcamplondon.co.uk). This was my first time attending a Camp, and I managed to attend some great sessions as well as meet people who I'd never previously met in person. I was also a volunteer and speaker, where I talked about [Git Flow](/blog/what-git-flow/) - a workflow for managing your Git projects. -{% include 'tweet' %} +{% include 'tweet' with { + tweet_content: '

Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn

— Greg Franklin (@gfranklin) March 2, 2014' +} %} I was also able to do a little bit of sprinting whilst I was there, reviewing other people's modules and patches.