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,6 +1,6 @@
---
title: My new Drupal modules
description: After a busy few days, I've released two new contrib Drupal modules.
excerpt: After a busy few days, I've released two new contrib Drupal modules.
tags:
- drupal
- drupal-modules
@ -8,15 +8,10 @@ tags:
- drupal-7
- drupal-planet
- accessibility
use: [posts]
---
{% block excerpt %}
After a busy few days, I've released two new contrib Drupal modules.
{% endblock %}
{% block content %}
* [Block Aria Landmark Roles](http://drupal.org/project/block_aria_landmark_roles) - Inspired by [Block Class](http://drupal.org/project/block_class), this module adds additional elements to the block configuration forms that allow users to assign a ARIA landmark role to a block.
* [Nomensa Accessible Media Player](http://drupal.org/project/nomensa_amp) - Provides integration with Nomensa's [Accessible Media Player](https://github.com/nomensa/Accessible-Media-Player).
Documentation for both to follow shortly on Drupal.org.
{% endblock %}