+{% endblock %}
diff --git a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md
index 5ef228ba..32ce5397 100644
--- a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md
+++ b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md
@@ -1,6 +1,7 @@
---
nav: talks
title: Test Drive Twig with Sculpin
+type: conference
event:
name: DrupalCamp North 2015
website: http://drupalcampnorth.org
@@ -13,8 +14,9 @@ tags:
- drupalcamp-north
- sculpin
- twig
+tweets: yes
---
-{% block content %}
+{% block abstract %}
[Sculpin](https://sculpin.io) is a static site generator written in PHP, and based on [Symfony components](http://symfony.com/doc/current/components/index.html). It uses [YAML](http://yaml.org/) and [Twig](http://twig.sensiolabs.org/), which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8.
This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin.
@@ -23,3 +25,7 @@ This session covered how to install Sculpin itself, as well as how to use it to
{% block slides %}
{% endblock %}
+
+{% block feedback %}
+
+{% endblock %}
diff --git a/source/_talks/2015-10-14-sculpin.md b/source/_talks/2015-10-14-sculpin.md
index 1939e95f..47a1f4a4 100644
--- a/source/_talks/2015-10-14-sculpin.md
+++ b/source/_talks/2015-10-14-sculpin.md
@@ -1,6 +1,7 @@
---
nav: talks
title: Building Static Websites with Sculpin
+type: meetup
event:
name: PHPSW
website: http://phpsw.uk
@@ -12,8 +13,9 @@ tags:
- meetups
- phpsw
- sculpin
+tweets: yes
---
-{% block content %}
+{% block abstract %}
[Sculpin](http://sculpin.io) is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.
This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!
@@ -24,3 +26,11 @@ The full version of the slides are available at
{% endblock %}
+
+{% block video %}
+This talk was recorded. Video coming soon.
+{% endblock %}
+
+{% block feedback %}
+
Simple and very cool use of video in @opdavies lightning talk @phpsw to show how to do things