Move post dates into filenames
This commit is contained in:
parent
7c70e04795
commit
17074049d9
112 changed files with 6 additions and 141 deletions
22
source/_posts/2012-07-12-my-new-drupal-modules.md
Normal file
22
source/_posts/2012-07-12-my-new-drupal-modules.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: My new Drupal modules
|
||||
description: After a busy few days, I've released two new contrib Drupal modules.
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-modules
|
||||
- drupal-6
|
||||
- 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue