From 12782caaf31ffb7927a1ca012d6f35b5eaec67b8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 20:14:13 +0100 Subject: [PATCH] Shorter variable name --- source/_partials/tweet.html.twig | 2 +- source/_posts/2014-03-03-drupalcamp-london-git-flow.md | 6 +++--- source/_posts/2015-03-20-2014.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_partials/tweet.html.twig b/source/_partials/tweet.html.twig index c9730484..a6fd2b0d 100644 --- a/source/_partials/tweet.html.twig +++ b/source/_partials/tweet.html.twig @@ -1,5 +1,5 @@

- {{ 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 3cc324cf..498f1478 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 5fe348f7..dee94e82 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.