+
+ {% block content_top %}{% endblock %}
+ {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
+ {% block content_bottom %}{% endblock %}
+
- {% include 'og' with { og: page.meta.og } %}
-
- {% block stylesheets %}
-
- {% endblock %}
-
- {% for size in site.apple_touch_icon_sizes %}
-
- {% endfor %}
-
- {% for size in site.favicon_sizes %}
-
- {% endfor %}
-
-
- {% include 'navbar.html.twig' %}
-
-
-
-
- {% block content_top %}{% endblock %}
- {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}
- {% block content_bottom %}{% endblock %}
-
-
- {% block sidebar_wrapper %}
-
- {% block sidebar %}
- {% include 'availability' %}
- {% include 'posts/latest' %}
- {% include 'badges' %}
- {% endblock %}
-
- {% endblock %}
-
-
-
+{% endblock %}
diff --git a/source/_partials/meetups.html.twig b/source/_partials/meetups.html.twig
new file mode 100644
index 00000000..f01393e2
--- /dev/null
+++ b/source/_partials/meetups.html.twig
@@ -0,0 +1,23 @@
+
+
Things that I organise
+
+
+ {% include 'meetup.html.twig' with {
+ name: 'Drupal Bristol',
+ logo: 'drupal-bristol.jpeg',
+ url: 'http://www.drupalbristol.org.uk',
+ } %}
+
+ {% include 'meetup.html.twig' with {
+ name: 'DrupalCamp Bristol',
+ logo: 'drupalcamp-bristol.png',
+ url: 'http://www.drupalcampbristol.co.uk',
+ } %}
+
+ {% include 'meetup.html.twig' with {
+ name: 'PHPSW',
+ logo: 'phpsw.jpeg',
+ url: 'http://phpsw.uk',
+ } %}
+
+