From 5805cac3c8bb60640e34c6bc820a94bfb5b01f86 Mon Sep 17 00:00:00 2001
From: Oliver Davies Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014
+{% include 'tweet' %}
I was also able to do a little bit of sprinting whilst I was there, reviewing other people's modules and patches.
From 5041efaeabcff29361856a9b3931a85ac80be424 Mon Sep 17 00:00:00 2001
From: Oliver Davies 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 5b2257e23..5fe348f74 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. From f460905f5012d72849649e28789f55958c16bc0e Mon Sep 17 00:00:00 2001 From: Oliver Davies@opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014 +{% include 'tweet' with { + tweet_content: '@opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014' +} %} -Great presentation by @opdavies on git flow at #dclondon very well prepared and presented. pic.twitter.com/tDINp2Nsbn
— Greg Franklin (@gfranklin) March 2, 2014
+{% 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' +} %} -— Curve Agency (@CurveAgency) March 2, 2014
+{% include 'tweet' with {
+ tweet_content: 'Great talk on git flow @opdavies #dclondon
— Curve Agency (@CurveAgency) March 2, 2014' +} %} {% endblock %} From 12782caaf31ffb7927a1ca012d6f35b5eaec67b8 Mon Sep 17 00:00:00 2001 From: Oliver Davies
- {{ tweet_content|raw }}
+ {{ content|raw }}
diff --git a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
index 3cc324cf5..498f14788 100644
--- a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
+++ b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md
@@ -36,14 +36,14 @@ If you've got any questions, please feel free to @opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.— James Tombs (@jtombs) March 2, 2014'
+ content: '@opdavies @DrupalCampLDN always had trouble with git. Your talk + Git flow has made it all very easy.
— James Tombs (@jtombs) March 2, 2014' } %} {% 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' + 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' } %} {% include 'tweet' with { - tweet_content: 'Great talk on git flow @opdavies #dclondon
— Curve Agency (@CurveAgency) March 2, 2014' + content: 'Great talk on git flow @opdavies #dclondon
— Curve Agency (@CurveAgency) March 2, 2014' } %} {% endblock %} diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 5fe348f74..dee94e820 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -36,7 +36,7 @@ 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' 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' + 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. From fe390da61b16431acf401d095637131399850ce5 Mon Sep 17 00:00:00 2001 From: Oliver Davies