Fix excerpts on blog posts

This commit is contained in:
Oliver Davies 2018-12-31 12:13:05 +00:00
parent 429c373db7
commit ff9f0a7b0b
124 changed files with 187 additions and 604 deletions

View file

@ -1,19 +1,14 @@
---
title: Sculpin and Twig Resources
meta:
description: A compiled list of resources relating to Sculpin and Twig.
excerpt: A list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.
tags:
- sculpin
- drupalcamp
- drupalcamp-north
- twig
use: [posts]
---
{% block excerpt %}
Heres a list of resources that I compiled whilst preparing for my [Sculpin and Twig talk](http://drupalcampnorth.org/session/test-drive-twig-sculpin) at [DrupalCamp North](http://drupalcampnorth.org).
{% endblock %}
{% block content %}
## General Information
* <https://sculpin.io>
@ -47,4 +42,3 @@ Heres a list of resources that I compiled whilst preparing for my [Sculpin an
* <http://twig.sensiolabs.org/>
* <http://twig.sensiolabs.org/doc/templates.html> - variables, filters, functions, template inheritance, expressions etc.
* Go to http://twig.sensiolabs.org/{foo} to search for a tag, filter, test or function.
{% endblock %}