Move dates into the front matter

This commit is contained in:
Oliver Davies 2020-03-08 14:32:13 +00:00
parent 06acf6f863
commit bdb50d9462
129 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
title: My new Drupal modules
date: 2012-07-12
excerpt: After a busy few days, I've released two new contrib Drupal modules.
tags:
- drupal
- drupal-modules
- drupal-6
- drupal-7
- drupal-planet
- accessibility
---
After a busy few days, I've released two new contrib Drupal modules.
* [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.